Fix goto-last-change (by autoloading its commands)

Its default binds (bound by evil-maps) are g; and g,
This commit is contained in:
Henrik Lissner 2017-06-11 00:59:39 +02:00
parent 2097498f3e
commit d214d94207
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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