diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
| commit | fce861a15669b403935709bfc2d8226587a74ca1 (patch) | |
| tree | 2293ded8ed63bb3b0cccd0db29d44e65b0a9c1cc /.emacs.d/lisp/init-helm.el | |
| parent | 12548c64d926a29d25c9046af4bf7da9d6dc18b4 (diff) | |
| parent | e49e90668a6e24046329461bb598d180cee18a00 (diff) | |
| download | dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.tar.xz dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.zip | |
Merge branch 'master' of ssh://vs-ssh.visualstudio.com:22/42/_ssh/dotfiles
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) |
