Emacs config update

This commit is contained in:
Daniel Ziltener 2024-03-05 16:21:23 +01:00
parent 8e514ab8df
commit 3471a19db4
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -373,6 +373,8 @@
:config
(require 'consult-flymake)
(require 'consult-xref)
:custom
(xref-show-xrefs-function #'consult-xref)
:bind
(:map evil-normal-state-map
("<leader><SPC>" . 'consult-find)
@ -506,6 +508,8 @@
(use-package xref-union
:elpaca t
:hook
cider-mode
;; :hook
;; clojure-mode
)