Allow eldoc after doom/escape or evil state change
This commit is contained in:
parent
a9f57f14ac
commit
d88e0795b6
2 changed files with 11 additions and 0 deletions
|
@ -78,6 +78,9 @@ all hooks after it are ignored.")
|
|||
|
||||
(global-set-key [remap keyboard-quit] #'doom/escape)
|
||||
|
||||
(with-eval-after-load 'eldoc
|
||||
(eldoc-add-command 'doom/escape))
|
||||
|
||||
|
||||
;;
|
||||
;;; General + leader/localleader keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue