Fix helm-project-* override advice

This commit is contained in:
Henrik Lissner 2019-12-05 16:10:57 -05:00
parent 6facc534ce
commit c1e3e3cc04
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -100,9 +100,9 @@ be negative.")
;; HACK Doom doesn't support these commands, which invite the user to install
;; the package via ELPA. Force them to use +helm/* instead, because they work
;; out of the box.
(advice-add #'helm-projectile-rg :override #'+helm/rg)
(advice-add #'helm-projectile-ag :override #'+helm/ag)
(advice-add #'helm-projectile-grep :override #'+helm/grep)
(advice-add #'helm-projectile-rg :override #'+helm/project-search)
(advice-add #'helm-projectile-ag :override #'+helm/project-search)
(advice-add #'helm-projectile-grep :override #'+helm/project-search)
;; Hide the modeline
(defun +helm--hide-mode-line (&rest _)