diff options
author | Alan Pearce | 2014-07-10 19:22:33 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-10 19:22:33 +0100 |
commit | 446baed9e00fc3c88c2884355a34c836f46d7072 (patch) | |
tree | 59c4d263dd29bd8e3235c0facdb16347f9f02059 /tag-emacs/emacs.d/init.el | |
parent | 024576a09aec23f96807df26b88db6f090e9c220 (diff) | |
download | dotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.tar.lz dotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.tar.zst dotfiles-446baed9e00fc3c88c2884355a34c836f46d7072.zip |
Emacs: Load helm on startup
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
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) |