Fix goto-last-change (by autoloading its commands)
Its default binds (bound by evil-maps) are g; and g,
This commit is contained in:
parent
2097498f3e
commit
d214d94207
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
;; evil-mode
|
||||
;;
|
||||
|
||||
(autoload 'goto-last-change "goto-chg")
|
||||
(autoload 'goto-last-change-reverse "goto-chg")
|
||||
|
||||
(def-package! evil :demand t
|
||||
:init
|
||||
(setq evil-want-C-u-scroll t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue