summary refs log tree commit diff
path: root/emacs.d/inits/20_helm.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/20_helm.el')
-rw-r--r--emacs.d/inits/20_helm.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/emacs.d/inits/20_helm.el b/emacs.d/inits/20_helm.el
index 6795e23..04822a5 100644
--- a/emacs.d/inits/20_helm.el
+++ b/emacs.d/inits/20_helm.el
@@ -1,15 +1,5 @@
 (use-package helm
-  :ensure t
-  :bind (("C-x C-f" . helm-find-files)
-         ("M-x" . helm-M-x))
-  :init
-  (setq helm-display-function
-        (lambda (buf)
-          (split-window-vertically)
-          (other-window 1)
-          (switch-to-buffer buf)))
-  :config
-  (helm-mode))
+  :ensure t)
 
 (use-package helm-ag
   :ensure t)