Replace :ui evil-goggles w/ :ui ophints

Now offers op hinting for non-evil users.
This commit is contained in:
Henrik Lissner 2019-04-19 17:26:26 -04:00
parent e75b7f520a
commit 79ee09d65b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 44 additions and 25 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; ui/ophints/packages.el
(if (featurep! :feature evil)
(package! evil-goggles)
(package! volatile-highlights))