summary refs log tree commit diff
path: root/emacs.d/core/core-editor.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-26 14:47:08 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-26 14:47:08 -0800
commitdbe7c24789217c28c297eb8ef8b6ffea469e3738 (patch)
tree705a27effb039f52c215adbd3d4d0a2dcb9c046a /emacs.d/core/core-editor.el
parent[emacs] Change the font size interactively (diff)
downloademacs.d-dbe7c24789217c28c297eb8ef8b6ffea469e3738.tar.gz
[emacs] We need helm
Diffstat (limited to 'emacs.d/core/core-editor.el')
-rw-r--r--emacs.d/core/core-editor.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el
index a642e30..fff5fc6 100644
--- a/emacs.d/core/core-editor.el
+++ b/emacs.d/core/core-editor.el
@@ -10,6 +10,9 @@
   :config
   (setq counsel-find-file-at-point t))
 
+(use-package helm
+  :ensure t)
+
 (when (memq window-system '(mac ns x))
   (use-package exec-path-from-shell
     :ensure t