diff options
Diffstat (limited to '.emacs.d/lisp/init-helm.el')
| -rw-r--r-- | .emacs.d/lisp/init-helm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 52708c1..0280565 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -4,6 +4,7 @@ ;;; Code: +(require-package 'helm) (require 'helm-config) (global-set-key (kbd "M-x") 'helm-M-x) |
