Skip to content

Commit 3f81efc

Browse files
committed
refactor(citre): minor edit
1 parent 2ca1f68 commit 3f81efc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/me-tags.el

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
:type '(repeat string)
4141
:group 'minemacs-prog)
4242
:config
43+
(require 'citre-config) ; default configuration
44+
4345
(defun +citre-recursive-project-root ()
4446
"Search recursively until we find one of `+citre-recursive-root-project-detection-files'.
4547
Fall back to the default `citre--project-root'."
@@ -71,11 +73,6 @@ Fall back to the default `citre--project-root'."
7173
(let* ((default-directory top-directory))
7274
(start-process-shell-command "+citre-gtags-files-list" "*+citre-gtags-files-list*" (+citre-gtags-find-files-command)))))
7375

74-
(use-package citre-config
75-
:straight citre
76-
:after citre
77-
:demand)
78-
7976
(use-package xcscope
8077
:straight t
8178
:unless os/win

0 commit comments

Comments
 (0)