Do not let lispy enable semantic-mode on its own
The key binding for `semantic-mode` collides with that of `org-priority` in Org mode.
This commit is contained in:
parent
ff584221c7
commit
6c52fb5c70
1
init.el
1
init.el
@ -2866,6 +2866,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
:ensure t
|
:ensure t
|
||||||
:commands (lispy-mode)
|
:commands (lispy-mode)
|
||||||
:diminish lispy-mode
|
:diminish lispy-mode
|
||||||
|
:init (setopt lispy-no-permanent-semantic t)
|
||||||
:config (with-eval-after-load 'lispy-tags
|
:config (with-eval-after-load 'lispy-tags
|
||||||
(require 'semantic)))
|
(require 'semantic)))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user