summary refs log tree commit diff
path: root/emacs.d/inits/20_helm.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/20_helm.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/inits/20_helm.el b/emacs.d/inits/20_helm.el
index 8cc68ea..f72c4bc 100644
--- a/emacs.d/inits/20_helm.el
+++ b/emacs.d/inits/20_helm.el
@@ -1,6 +1,5 @@
 (use-package helm
   :ensure t
-  :diminish helm-mode
   :bind (("C-x C-f" . helm-find-files)
          ("M-x" . helm-M-x))
   :config