Skip to content

Commit

Permalink
tweak(xcscope): disable on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 3, 2024
1 parent 3d69084 commit ee7db68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Fall back to the default `citre--project-root'."

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

(use-package rtags
Expand Down

0 comments on commit ee7db68

Please sign in to comment.