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 28, 2024
1 parent 111c68f commit 8a876f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ 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
:config
(+nmap! :keymaps 'eopengrok-mode-map
"n" #'eopengrok-next-line
"p" #'eopengrok-previous-line
"q" #'eopengrok-quit
"RET" #'eopengrok-jump-to-source))

(use-package srefactor
:straight t)

Expand Down

0 comments on commit 8a876f5

Please sign in to comment.