summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
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))