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
|
@ -19,7 +19,8 @@
|
|||
(:emacs (electric-indent (:emacs electric))
|
||||
(hideshow (:editor fold)))
|
||||
(:ui (doom-modeline (:ui modeline)))
|
||||
(:ui (fci (:ui fill-column))))
|
||||
(:ui (fci (:ui fill-column)))
|
||||
(:ui (evil-goggles (:ui ophints))))
|
||||
"An alist of deprecated modules, mapping deprecated modules to an optional new
|
||||
location (which will create an alias). Each CAR and CDR is a (CATEGORY .
|
||||
MODULES). E.g.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue