Skip to content
New issue

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

This bug when todotxt.el and show-paren-mode use together. #17

Open
nkenbou opened this issue Nov 10, 2016 · 0 comments
Open

This bug when todotxt.el and show-paren-mode use together. #17

nkenbou opened this issue Nov 10, 2016 · 0 comments

Comments

@nkenbou
Copy link
Contributor

nkenbou commented Nov 10, 2016

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.

(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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant