summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index f9a06a6..eaf1f39 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -34,7 +34,8 @@
   :config
   (setq counsel-find-file-at-point t))
 
-(use-package  diminish)
+(use-package  diminish
+  :ensure t)
 
 (use-package dired
   :config