about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-clojure.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-07-19 16:53:34 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-07-19 16:58:14 +0100
commit769926dee8bed6be8278dfb3f540ff0d376fbbc6 (patch)
tree6c0d139da3e0f4be37a79b32bccd7a28418e3287 /emacs-prelude/personal/lisp/init-clojure.el
parent4aa8f885789597be4447b95c8a4547bec8b676ed (diff)
downloaddotfiles-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.el5
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))