From 41fd931549a169fc62c0a4a2a94081027624bd3d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 7 Dec 2018 13:41:48 -0800 Subject: [PATCH] [Emacs] Diminish several modes --- dotfiles/emacs.d/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 5fcc54c3..1c128b07 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)