This commit is contained in:
Daniel Ziltener 2024-03-05 23:03:43 +01:00
parent 1354609ba5
commit 8004ad93f0
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -509,9 +509,10 @@
(use-package xref-union
:elpaca t
:custom
(xref-union-excluded-backends (lambda (b) (eq b #'etags--xref-backend)))
:hook
cider-mode
)
cider-mode)
;;;; Basic Navigation
(use-package goto-chg
@ -694,6 +695,7 @@ Point must be at the beginning of balanced expression (sexp)."
(add-to-list 'embark-keymap-alist '(identifier . embark-clj-identifier-map))
:hook
(clojure-mode . (lambda ()
(setq xref-backend-functions (list))
(setq-local prettify-symbols-alist
'(("fn" . "λ")
("comp" . "")