summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-15 07:57:29 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-15 07:57:29 -0800
commitb453a381240dfefa58870d393322dcbc4fb03c41 (patch)
tree1ec56900d590244b0367105fb0b9498ecc0bda01 /emacs.d
parent[emacs] Add column number to mode-line. (diff)
downloademacs.d-b453a381240dfefa58870d393322dcbc4fb03c41.tar.gz
[emacs] Add `helm`.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/inits/20_helm.el5
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))