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
6
modules/ui/ophints/packages.el
Normal file
6
modules/ui/ophints/packages.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/ophints/packages.el
|
||||
|
||||
(if (featurep! :feature evil)
|
||||
(package! evil-goggles)
|
||||
(package! volatile-highlights))
|
Loading…
Add table
Add a link
Reference in a new issue