From fb94c074178ff5c041d59cfa7ed1adcff410bd59 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 1 Dec 2022 02:40:05 -0800 Subject: [PATCH] Add goggles --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 6dafec9..4e03458 100644 --- a/init.el +++ b/init.el @@ -140,6 +140,13 @@ (funcall define-jumps "c" "class") (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 (use-package which-key :config