Skip to content

Commit

Permalink
Remove rtags
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Dec 12, 2024
1 parent f095e18 commit 233ec62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions after-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,7 @@ See: https://github.com/PrincetonUniversity/blocklint"
(use-package dumb-jump
:defer t
:config
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
:bind
(:map c-mode-base-map
;; Override exordium's greedy rtags
("M-." . #'xref-find-definitions)
("M-," . #'xref-go-back)))
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))


;; @todo: remove when exordium has it
Expand Down
1 change: 0 additions & 1 deletion prefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ available font names by evaluating (font-family-list)."
(setq exordium-height-plus-3 1.225)
(setq exordium-height-plus-4 1.3)
(setq exordium-no-org-babel-confirm t)
(setq exordium-rtags-syntax-checker nil)
(setq exordium-lsp-mode-enable nil)
(setq exordium-treesit-modes-enable t)

Expand Down

0 comments on commit 233ec62

Please sign in to comment.