Skip to content

Commit

Permalink
feat(prog): add rscope
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 28, 2024
1 parent 897d5ab commit 431d3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Fall back to the default `citre--project-root'."
:straight t
:commands rtags-xref-enable)

(use-package rscope
:straight (:host github :repo "rjarzmik/rscope")
:commands rscope-init rscope-regenerate-database)

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

0 comments on commit 431d3b2

Please sign in to comment.