mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix goto-last-change (by autoloading its commands)
Its default binds (bound by evil-maps) are g; and g,
This commit is contained in:
@ -22,6 +22,9 @@
|
|||||||
;; evil-mode
|
;; evil-mode
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(autoload 'goto-last-change "goto-chg")
|
||||||
|
(autoload 'goto-last-change-reverse "goto-chg")
|
||||||
|
|
||||||
(def-package! evil :demand t
|
(def-package! evil :demand t
|
||||||
:init
|
:init
|
||||||
(setq evil-want-C-u-scroll t
|
(setq evil-want-C-u-scroll t
|
||||||
|
Reference in New Issue
Block a user