This commit is contained in:
Daniel Ziltener 2023-11-22 15:32:58 +01:00
parent a21321b1f9
commit fa4a5899a8
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,7 @@
websocket
wgrep
which-key
xref-union
];
};
}

View File

@ -303,6 +303,8 @@
(corfu-terminal-mode +1))
(use-package tempel)
(use-package xref-union)
;;;; Basic Navigation
(use-package goto-chg
:bind
@ -504,6 +506,7 @@ Point must be at the beginning of balanced expression (sexp)."
(use-package cider
: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)