diff options
Diffstat (limited to 'emacs.d')
-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 |