From e7baca83647a91c266b4d863d456143af2061164 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Jan 2016 09:08:23 -0800 Subject: [emacs] stop using `diminish`. --- emacs.d/inits/20_helm.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs.d/inits/20_helm.el') 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 -- cgit 1.4.1