lang/clojure: persist cider repl history
Credit to @mfiano
This commit is contained in:
parent
cade77e4a9
commit
db7632b2b6
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
cider-repl-use-pretty-printing t
|
cider-repl-use-pretty-printing t
|
||||||
cider-repl-wrap-history nil
|
cider-repl-wrap-history nil
|
||||||
cider-repl-history-display-duplicates nil
|
cider-repl-history-display-duplicates nil
|
||||||
|
cider-repl-history-file (concat doom-cache-dir "cider-repl-history")
|
||||||
cider-stacktrace-default-filters '(tooling dup)
|
cider-stacktrace-default-filters '(tooling dup)
|
||||||
cider-repl-use-clojure-font-lock t)
|
cider-repl-use-clojure-font-lock t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue