Skip to content

Commit

Permalink
tweak(citre): use the detected project root by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 21, 2024
1 parent 6bf0f8b commit c723218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@
:after minemacs-first-file
:demand t
:custom
;; Better (!) project root detection function
(citre-project-root-function #'+citre-recursive-project-root)
;; Use the project root by default to create the tags file and run the indexing command
(citre-use-project-root-when-creating-tags t)
:init
(defvar +citre-recursive-root-project-detection-files '(".tags/" ".repo/" ".citre_root"))
:config
Expand Down

0 comments on commit c723218

Please sign in to comment.