summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-10 19:22:33 +0100
committerAlan Pearce2014-07-10 19:22:33 +0100
commit446baed9e00fc3c88c2884355a34c836f46d7072 (patch)
tree59c4d263dd29bd8e3235c0facdb16347f9f02059 /tag-emacs
parent024576a09aec23f96807df26b88db6f090e9c220 (diff)
downloaddotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.tar.lz
dotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.tar.zst
dotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.zip
Emacs: Load helm on startup
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 228adeb..16734d7 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -471,6 +471,7 @@
   (defalias 'exit-emacs #'save-buffers-kill-emacs))
 
 (req-package helm-config
+  :demand
   :diminish helm-mode
   :bind (("C-x i". helm-semantic-or-imenu)
          ("M-x"  . helm-M-x)