Emacs config update
This commit is contained in:
parent
8e514ab8df
commit
3471a19db4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue