diff options
author | Alan Pearce | 2014-07-11 18:22:10 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-11 18:22:10 +0100 |
commit | e4fdee1afd00384a7a954b287706cccab0e1d2b6 (patch) | |
tree | 3cadcb44217b0c46553f9870fe4c99f6ab7837d5 | |
parent | 3e15bd32d236180ba5fa5ce5da083d538791a608 (diff) | |
download | dotfiles-e4fdee1afd00384a7a954b287706cccab0e1d2b6.tar.lz dotfiles-e4fdee1afd00384a7a954b287706cccab0e1d2b6.tar.zst dotfiles-e4fdee1afd00384a7a954b287706cccab0e1d2b6.zip |
Emacs: Set package name for helm
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index fab42b2..de0707d 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -477,8 +477,9 @@ (defalias 'exit-emacs #'save-buffers-kill-emacs)) (req-package helm-config - :demand + :demand t :diminish helm-mode + :ensure helm :bind (("C-x i". helm-semantic-or-imenu) ("M-x" . helm-M-x) ("C-x C-b" . helm-mini)) |