all repos — archive/dotfiles @ ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a

Superseded by nixfiles

Emacs: Remove helm-files configuration
Alan Pearce alan@alanpearce.co.uk
Sun, 18 Oct 2015 17:10:55 +0200
commit

ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a

parent

2dcf288b2f664bef01cc291d18336129cba3c393

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1195,14 +1195,6 @@ (setq helm-idle-delay .1                     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 "<tab>") #'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