diff options
Diffstat (limited to 'tag-emacs')
-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)) |