summary refs log tree commit diff
path: root/emacs.d/inits/20_helm.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-29 09:08:23 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-29 09:08:23 -0800
commite7baca83647a91c266b4d863d456143af2061164 (patch)
tree9ccf9a55764a3eefd9b8501d1ddbf27d94b5ec40 /emacs.d/inits/20_helm.el
parent[tmux] try a new binding to split windows. (diff)
downloademacs.d-e7baca83647a91c266b4d863d456143af2061164.tar.gz
[emacs] stop using `diminish`.
Diffstat (limited to 'emacs.d/inits/20_helm.el')
-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