spacemacs: fix for evil goto-definition
This commit is contained in:
parent
f833bc4e21
commit
9e9b4b9f5c
@ -221,6 +221,9 @@ you should place your code here."
|
|||||||
(when (file-exists-p twelf-root)
|
(when (file-exists-p twelf-root)
|
||||||
(load-file (concat twelf-root "emacs/twelf-init.el")))
|
(load-file (concat twelf-root "emacs/twelf-init.el")))
|
||||||
|
|
||||||
|
(setq spacemacs-default-jump-handlers
|
||||||
|
(remove 'evil-goto-definition spacemacs-default-jump-handlers))
|
||||||
|
|
||||||
(setq lean-rootdir "/home/gebner/lean")
|
(setq lean-rootdir "/home/gebner/lean")
|
||||||
(setq flycheck-display-errors-function nil) ; disable annoying flycheck tooltips
|
(setq flycheck-display-errors-function nil) ; disable annoying flycheck tooltips
|
||||||
(when (file-exists-p lean-rootdir)
|
(when (file-exists-p lean-rootdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user