diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:12:32 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:12:32 +0800 |
| commit | e49e90668a6e24046329461bb598d180cee18a00 (patch) | |
| tree | baf5710e6731833da3ba252e501b76053a9126af /.emacs.d/lisp/init-helm.el | |
| parent | 2bb475c91d90e6258a0c279713251d7dbf35b3cd (diff) | |
| download | dotfiles-e49e90668a6e24046329461bb598d180cee18a00.tar.xz dotfiles-e49e90668a6e24046329461bb598d180cee18a00.zip | |
update emacs.d
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) |
