Skip to content

Commit

Permalink
Don't set defunct consult config var
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 9, 2023
1 parent e4ee065 commit db0ebae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lisp/init-minibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
consult-bookmark consult-recent-file consult-xref
consult--source-recent-file consult--source-project-recent-file consult--source-bookmark)

(when (maybe-require-package 'projectile)
(setq-default consult-project-root-function 'projectile-project-root))

(when (and (executable-find "rg"))
(defun sanityinc/consult-ripgrep-at-point (&optional dir initial)
(interactive (list prefix-arg (when-let ((s (symbol-at-point)))
Expand Down

0 comments on commit db0ebae

Please sign in to comment.