.
This commit is contained in:
parent
a21321b1f9
commit
fa4a5899a8
2 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
websocket
|
||||
wgrep
|
||||
which-key
|
||||
xref-union
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -303,6 +303,8 @@
|
|||
(corfu-terminal-mode +1))
|
||||
(use-package tempel)
|
||||
|
||||
(use-package xref-union)
|
||||
|
||||
;;;; Basic Navigation
|
||||
(use-package goto-chg
|
||||
:bind
|
||||
|
@ -504,6 +506,7 @@ Point must be at the beginning of balanced expression (sexp)."
|
|||
(use-package cider
|
||||
:hook
|
||||
(clojure-ts-mode . cider-mode)
|
||||
(cider-connected-hook . xref-union-mode)
|
||||
:config
|
||||
(evil-define-key 'insert 'cider-mode-map
|
||||
"C-x C-e" #'cider-eval-last-sexp)
|
||||
|
|
Loading…
Reference in a new issue