mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(evil): remap after eglot is loaded
evil-collection recently made some changes that map over our defaults for evil
This commit is contained in:
committed by
Henrik Lissner
parent
81ec1a70d0
commit
435a383635
@ -533,7 +533,11 @@ directives. By default, this only recognizes C directives.")
|
||||
(:after elfeed
|
||||
:map elfeed-search-mode-map
|
||||
:n "gr" #'elfeed-search-update--force
|
||||
:n "gR" #'elfeed-search-fetch))
|
||||
:n "gR" #'elfeed-search-fetch)
|
||||
(:after eglot
|
||||
:map eglot-mode-map
|
||||
:nv "gd" #'+lookup/definition
|
||||
:nv "gD" #'+lookup/references))
|
||||
|
||||
;; custom evil keybinds
|
||||
:nv "zn" #'+evil:narrow-buffer
|
||||
|
Reference in New Issue
Block a user