Skip to content

Commit

Permalink
Configure consult-project-function
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Jan 28, 2023
1 parent 704a493 commit 4a2f21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/alc/alc-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ Possible values are 'personal (by defaut) or 'work."
("M-s m" . consult-multi-occur)
("M-s k" . consult-keep-lines)
("M-s u" . consult-focus-lines))
:chords ((";b" . consult-buffer)))
:chords ((";b" . consult-buffer))
:config
(setq consult-project-function (lambda (_) (projectile-project-root))))

(use-package embark
;; Emacs Mini-Buffer Actions Rooted in Keymaps.
Expand Down

0 comments on commit 4a2f21e

Please sign in to comment.