summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el
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 a59d29b..7559450 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)