Skip to content

Commit

Permalink
feat(prog): add xcscope
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 27, 2024
1 parent 2245c31 commit 111c68f
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 @@ -98,6 +98,10 @@ Fall back to the default `citre--project-root'."
:after citre
:demand t)

(use-package xcscope
:straight t
:commands cscope-create-list-of-files-to-index cscope-index-files)

(use-package srefactor
:straight t)

Expand Down

0 comments on commit 111c68f

Please sign in to comment.