Skip to content

Commit

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

(use-package eopengrok
:straight t
:commands
eopengrok-mode eopengrok-find-reference eopengrok-find-text eopengrok-find-definition eopengrok-find-custom
eopengrok-jump-to-source eopengrok-create-index eopengrok-create-index-with-enable-projects)

(use-package srefactor
:straight t)

Expand Down

0 comments on commit 2efe395

Please sign in to comment.