summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2014-07-11 18:41:35 +0100
committerAlan Pearce2014-07-11 18:41:35 +0100
commit9cfc41a80838c79f238e21f084bd2903a7242d0a (patch)
tree1b2b892d4ef6d13f341716628933d408ee2ee6bc /tag-emacs/emacs.d/init.el
parent389e8a8c66f097a372f8ae068efa0dafde496780 (diff)
downloaddotfiles-9cfc41a80838c79f238e21f084bd2903a7242d0a.tar.lz
dotfiles-9cfc41a80838c79f238e21f084bd2903a7242d0a.tar.zst
dotfiles-9cfc41a80838c79f238e21f084bd2903a7242d0a.zip
Emacs: Enable helm-adaptive-mode
Lets see what this does.
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index b73c2af..de4f2a8 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -487,7 +487,8 @@
             (setq helm-idle-delay .1
                   helm-input-idle-delay 0
                   ido-use-virtual-buffers t)
-            (helm-mode 1)))
+            (helm-mode 1)
+            (helm-adaptive-mode 1)))
 
 (req-package helm-files
   :defer t