Replace :ui evil-goggles w/ :ui ophints
Now offers op hinting for non-evil users.
This commit is contained in:
parent
e75b7f520a
commit
79ee09d65b
7 changed files with 44 additions and 25 deletions
|
@ -1,14 +0,0 @@
|
|||
;;; ui/evil-goggles/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! evil-goggles
|
||||
:when (featurep! :feature evil)
|
||||
:after-call pre-command-hook
|
||||
:init
|
||||
(setq evil-goggles-duration 0.1
|
||||
evil-goggles-pulse nil ; too slow
|
||||
;; evil-goggles provides a good indicator of what has been affected.
|
||||
;; delete/change is obvious, so I'd rather disable it for these.
|
||||
evil-goggles-enable-delete nil
|
||||
evil-goggles-enable-change nil)
|
||||
:config
|
||||
(evil-goggles-mode +1))
|
Loading…
Add table
Add a link
Reference in a new issue