[Emacs] Diminish several modes

This commit is contained in:
Ivan Malison 2018-12-07 13:41:48 -08:00
parent 0aa61c86cc
commit 41fd931549
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1490,6 +1490,7 @@ The file server file for this emacs instance no longer exists.")
#+BEGIN_SRC emacs-lisp
(use-package beacon
:demand t
:diminish beacon-mode
:bind ("C-c b" . beacon-blink)
:config
(beacon-mode 1))
@ -1763,6 +1764,7 @@ I use helm for almost all emacs completion
#+BEGIN_SRC emacs-lisp -n -r
(use-package helm-config
:demand t
:diminish helm-mode
:straight helm
:bind (("M-y" . helm-show-kill-ring)
("M-x" . helm-M-x)