summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 5de9f29..d8c09c3 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -578,14 +578,14 @@
 
 (req-package helm-config
   :demand t
-  :diminish helm-mode
   :ensure helm
   :bind (("C-x i"   . helm-semantic-or-imenu))
   :config (progn
             (setq helm-idle-delay .1
                   helm-input-idle-delay 0
                   ido-use-virtual-buffers t)
-            (helm-adaptive-mode 1)))
+            (when (fboundp #'helm-adaptive-mode)
+			  (helm-adaptive-mode 1))))
 
 (req-package helm-files
   :defer t