From ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Oct 2015 17:10:55 +0200 Subject: Emacs: Remove helm-files configuration --- tag-emacs/emacs.d/init.org | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index d2cd2ee..ba3b610 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1195,14 +1195,6 @@ lots of candidates. helm-input-idle-delay 0) (when (fboundp #'helm-adaptive-mode) (helm-adaptive-mode 1)))) - - (req-package helm-files - :defer t - :config (progn - (define-key helm-read-file-map (kbd "") #'helm-execute-persistent-action) - (define-key helm-read-file-map (kbd "TAB") #'helm-execute-persistent-action) - (define-key helm-read-file-map (kbd "C-i") #'helm-execute-persistent-action) - (define-key helm-read-file-map (kbd "C-z") #'helm-select-action))) #+END_SRC ** swiper/ivy -- cgit 1.4.1