We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If todotxt.el and show-paren-mode are used together, a priority is not shown into the mini buffer.
When the cursol is at start of line.
|(A) aaa ↓ press e aaa
e
When the cursol is at the right side of a closing paren.
(A)| aaa ↓ press e aaa
The following is settings to simulate this bug.
(require 'todotxt) (setq todotxt-file "~/Dropbox/todo/todo.txt") (require 'paren) (show-paren-mode 1) (setq show-paren-delay 0) (setq show-paren-style 'expression) ; paren のスタイル。expression は括弧内も強調表示 (set-face-background 'show-paren-match-face nil) (set-face-underline 'show-paren-match-face "yellow")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If todotxt.el and show-paren-mode are used together, a priority is not shown into the mini buffer.
When the cursol is at start of line.
|(A) aaa
↓ press
e
aaa
When the cursol is at the right side of a closing paren.
(A)| aaa
↓ press
e
aaa
The following is settings to simulate this bug.
The text was updated successfully, but these errors were encountered: