summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:25:34 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:25:34 -0800
commit38f295586c41879c04de7a2ced13d118cbae5c8a (patch)
tree9bc4cb7a7766093c0a491f75ebf13c080bfeca02 /emacs.d
parentlsp: add peek definition to hydra. (diff)
downloademacs.d-38f295586c41879c04de7a2ced13d118cbae5c8a.tar.gz
emacs: ensure the package diminish is installed.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-ui.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index 40413e8..ea4413c 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -3,6 +3,9 @@
   (left-fringe-width 10)
   (right-fringe-width 10))
 
+(use-package diminish
+  :ensure t)
+
 (use-package scroll-bar
   :config
   (scroll-bar-mode -1))