We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca1f68 commit 3f81efcCopy full SHA for 3f81efc
modules/me-tags.el
@@ -40,6 +40,8 @@
40
:type '(repeat string)
41
:group 'minemacs-prog)
42
:config
43
+ (require 'citre-config) ; default configuration
44
+
45
(defun +citre-recursive-project-root ()
46
"Search recursively until we find one of `+citre-recursive-root-project-detection-files'.
47
Fall back to the default `citre--project-root'."
@@ -71,11 +73,6 @@ Fall back to the default `citre--project-root'."
71
73
(let* ((default-directory top-directory))
72
74
(start-process-shell-command "+citre-gtags-files-list" "*+citre-gtags-files-list*" (+citre-gtags-find-files-command)))))
75
-(use-package citre-config
- :straight citre
76
- :after citre
77
- :demand)
78
-
79
(use-package xcscope
80
:straight t
81
:unless os/win
0 commit comments