Skip to content

Commit

Permalink
feat(prog): add rtags support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 28, 2024
1 parent 8a876f5 commit 5b11206
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ Fall back to the default `citre--project-root'."
:straight t
:commands cscope-create-list-of-files-to-index cscope-index-files)

(use-package rtags
:straight t)

(use-package rtags-xref
:straight t
:after xref
:demand t)

(use-package eopengrok
:straight t
:commands
Expand Down

0 comments on commit 5b11206

Please sign in to comment.