.
This commit is contained in:
parent
1354609ba5
commit
8004ad93f0
1 changed files with 4 additions and 2 deletions
|
@ -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" . "∘")
|
||||
|
|
Loading…
Reference in a new issue