Add goggles
This commit is contained in:
parent
e39ef67ce2
commit
fb94c07417
7
init.el
7
init.el
|
@ -140,6 +140,13 @@
|
||||||
(funcall define-jumps "c" "class")
|
(funcall define-jumps "c" "class")
|
||||||
(funcall define-jumps "f" "function")))
|
(funcall define-jumps "f" "function")))
|
||||||
|
|
||||||
|
;; Highlight operations
|
||||||
|
(use-package evil-goggles
|
||||||
|
:init
|
||||||
|
(setq evil-goggles-duration 0.15)
|
||||||
|
:config
|
||||||
|
(evil-goggles-mode))
|
||||||
|
|
||||||
;; Explanations for keybindings
|
;; Explanations for keybindings
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue