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
|
:config
|
||||||
(require 'consult-flymake)
|
(require 'consult-flymake)
|
||||||
(require 'consult-xref)
|
(require 'consult-xref)
|
||||||
|
:custom
|
||||||
|
(xref-show-xrefs-function #'consult-xref)
|
||||||
:bind
|
:bind
|
||||||
(:map evil-normal-state-map
|
(:map evil-normal-state-map
|
||||||
("<leader><SPC>" . 'consult-find)
|
("<leader><SPC>" . 'consult-find)
|
||||||
|
@ -506,6 +508,8 @@
|
||||||
|
|
||||||
(use-package xref-union
|
(use-package xref-union
|
||||||
:elpaca t
|
:elpaca t
|
||||||
|
:hook
|
||||||
|
cider-mode
|
||||||
;; :hook
|
;; :hook
|
||||||
;; clojure-mode
|
;; clojure-mode
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue