Skip to content

Commit

Permalink
feat(prog): add semantic-refactor for use with non-LSP workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 25, 2024
1 parent 9cbb298 commit d0aec15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Fall back to the default `citre--project-root'."
:after citre
:demand t)

(use-package srefactor
:straight t)

(use-package consult-eglot
:straight t
:after consult eglot
Expand Down

0 comments on commit d0aec15

Please sign in to comment.