summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-10-18 17:10:55 +0200
committerAlan Pearce2015-10-18 17:10:55 +0200
commitccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a (patch)
treec716cd3f2585ae01f36286232d3a3b207e773f98 /tag-emacs
parent2dcf288b2f664bef01cc291d18336129cba3c393 (diff)
downloaddotfiles-ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a.tar.lz
dotfiles-ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a.tar.zst
dotfiles-ccc46ff3e24cd3f2bd0ede361d40c75cce6ba97a.zip
Emacs: Remove helm-files configuration
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org8
1 files changed, 0 insertions, 8 deletions
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 "<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