Evilify xref--xref-buffer-mode

This commit is contained in:
Daniel Nicolai 2021-05-10 23:38:38 +02:00 committed by Maximilian Wolff
parent bcfd7a3fe8
commit 639160ed95
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,7 @@
(visual-line-mode :location built-in)
(whitespace :location built-in)
(winner :location built-in)
(xref :location built-in)
(zone :location built-in)))
@ -536,6 +537,11 @@
(setq winner-boring-buffers
(append winner-boring-buffers spacemacs/winner-boring-buffers)))))
(defun spacemacs-defaults/init-xref ()
(evilified-state-evilify-map xref--xref-buffer-mode-map
:mode xref--xref-buffer-mode
:eval-after-load xref))
(defun spacemacs-defaults/init-zone ()
(use-package zone
:commands (zone zone-when-idle)