Skip to content

Commit

Permalink
remove dumb-jump
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 20, 2024
1 parent c1ba491 commit 1ffb5c2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lisp/init-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,6 @@
(setq xref-show-definitions-function #'xref-show-definitions-completing-read
xref-show-xrefs-function #'xref-show-definitions-completing-read))

;; Jump to definition
(use-package dumb-jump
:pretty-hydra
((:title (pretty-hydra-title "Dump Jump" 'faicon "nf-fa-anchor")
:color blue :quit-key ("q" "C-g"))
("Jump"
(("j" dumb-jump-go "Go")
("o" dumb-jump-go-other-window "Go other window")
("e" dumb-jump-go-prefer-external "Go external")
("x" dumb-jump-go-prefer-external-other-window "Go external other window"))
"Other"
(("i" dumb-jump-go-prompt "Prompt")
("l" dumb-jump-quick-look "Quick look")
("b" dumb-jump-back "Back"))))
:bind (("C-M-j" . dumb-jump-hydra/body))
:init
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
(setq dumb-jump-selector 'completing-read))

;; Code styles
(use-package editorconfig
:diminish
Expand Down

0 comments on commit 1ffb5c2

Please sign in to comment.