aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/ide.el
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-31 16:43:50 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-31 16:43:50 -0400
commit67a0d2382be64c5c3dc7c41b016cda7d598f70bd (patch)
treec1f23c525d7c920d57fb6e897ec8b49778532632 /.config/emacs/ide.el
parent51534e639582d20298ea94f433577425138b157f (diff)
a few fixes
Diffstat (limited to '.config/emacs/ide.el')
-rw-r--r--.config/emacs/ide.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/emacs/ide.el b/.config/emacs/ide.el
new file mode 100644
index 0000000..dbfe017
--- /dev/null
+++ b/.config/emacs/ide.el
@@ -0,0 +1,7 @@
+(use-package dumb-jump
+ :ensure t
+ :custom
+ (dumb-jump-prefer-searcher 'rg)
+ (xref-show-definitions-function #'consult-xref)
+ :config
+ (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))