diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-19 16:53:34 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-19 16:58:14 +0100 |
commit | 769926dee8bed6be8278dfb3f540ff0d376fbbc6 (patch) | |
tree | 6c0d139da3e0f4be37a79b32bccd7a28418e3287 /emacs-prelude/personal/lisp/init-clojure.el | |
parent | 4aa8f885789597be4447b95c8a4547bec8b676ed (diff) | |
download | dotfiles-769926dee8bed6be8278dfb3f540ff0d376fbbc6.tar.gz |
Tweak CIDER config and add more vertico stuff
Diffstat (limited to 'emacs-prelude/personal/lisp/init-clojure.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-clojure.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs-prelude/personal/lisp/init-clojure.el b/emacs-prelude/personal/lisp/init-clojure.el index 8612e6b..080b695 100644 --- a/emacs-prelude/personal/lisp/init-clojure.el +++ b/emacs-prelude/personal/lisp/init-clojure.el @@ -33,8 +33,9 @@ cider-repl-history-highlight-inserted-item t cider-repl-use-clojure-font-lock t cider-repl-use-pretty-printing t - cider-invert-insert-eval-p t - cider-switch-to-repl-on-insert nil + ;cider-invert-insert-eval-p t + ;cider-switch-to-repl-on-insert nil + cider-repl-history-file "~/.emacs.d/cider-history" clojure-toplevel-inside-comment-form t) (key-chord-define-global "??" 'cider-xref-fn-refs-select) (key-chord-define-global "qq" 'cider-xref-fn-refs)) |