summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-12-07 11:57:09 -0800
committerFranck Cuny <franck@fcuny.net>2020-12-07 11:57:09 -0800
commit2cdc6ad87559e2233f769c54cf6246ba8bc8152e (patch)
treedd4f3aea81565a6dd21de3c12ee5f06dadc4e07f /emacs.d
parentx11: set background color for urxvt (diff)
downloademacs.d-2cdc6ad87559e2233f769c54cf6246ba8bc8152e.tar.gz
emacs: ensure diminish is installed
We want to diminish `which-key` mode.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-navigation.el1
-rw-r--r--emacs.d/custom/fcuny-ui.el3
2 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el
index 628efe4..3144ff6 100644
--- a/emacs.d/custom/fcuny-navigation.el
+++ b/emacs.d/custom/fcuny-navigation.el
@@ -119,6 +119,7 @@
   (ivy-rich-path-style 'abbrev))
 
 (use-package which-key
+  :diminish which-key-mode
   :ensure t
   :config
   (which-key-mode))
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index d99a548..ba3a254 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -19,6 +19,9 @@
   :ensure t
   :config (load-theme 'acme t))
 
+(use-package diminish
+  :ensure t)
+
 (use-package frame
   :config
   (blink-cursor-mode -1)