diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-02-26 14:47:08 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-26 14:47:08 -0800 |
| commit | dbe7c24789217c28c297eb8ef8b6ffea469e3738 (patch) | |
| tree | 705a27effb039f52c215adbd3d4d0a2dcb9c046a | |
| parent | [emacs] Change the font size interactively (diff) | |
| download | emacs.d-dbe7c24789217c28c297eb8ef8b6ffea469e3738.tar.gz | |
[emacs] We need helm
| -rw-r--r-- | emacs.d/core/core-editor.el | 3 |
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 |
