xref-union fix
This commit is contained in:
parent
8aafdddbcc
commit
5e083dfbe6
1 changed files with 3 additions and 2 deletions
|
@ -361,7 +361,9 @@
|
|||
(corfu-terminal-mode +1))
|
||||
(use-package tempel)
|
||||
|
||||
(use-package xref-union)
|
||||
(use-package xref-union
|
||||
:hook
|
||||
cider-connected)
|
||||
|
||||
;;;; Basic Navigation
|
||||
(use-package goto-chg
|
||||
|
@ -570,7 +572,6 @@ Point must be at the beginning of balanced expression (sexp)."
|
|||
:delight (cider-mode '(:eval (concat " [" (cider--modeline-info) "]")))
|
||||
:hook
|
||||
(clojure-ts-mode . cider-mode)
|
||||
(cider-connected-hook . xref-union-mode)
|
||||
:config
|
||||
(evil-define-key 'insert 'cider-mode-map
|
||||
"C-x C-e" #'cider-eval-last-sexp)
|
||||
|
|
Loading…
Reference in a new issue