diff options
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index bd95efd..606d4c8 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -161,6 +161,8 @@ (setq projectile-completion-system 'helm) (helm-projectile-on) :after (projectile helm)) +(use-package helm-rg + :after helm) (use-package vdirel :bind (:map message-mode-map |
