diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:57:29 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-11-15 07:57:29 -0800 |
commit | b453a381240dfefa58870d393322dcbc4fb03c41 (patch) | |
tree | 1ec56900d590244b0367105fb0b9498ecc0bda01 | |
parent | [emacs] Add column number to mode-line. (diff) | |
download | emacs.d-b453a381240dfefa58870d393322dcbc4fb03c41.tar.gz |
[emacs] Add `helm`.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/20_helm.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/inits/20_helm.el b/emacs.d/inits/20_helm.el new file mode 100644 index 0000000..f969fc3 --- /dev/null +++ b/emacs.d/inits/20_helm.el @@ -0,0 +1,5 @@ +(use-package helm + :ensure t + :diminish helm-mode + :config + (helm-mode)) |