lang/common-lisp: move mrepl history file
To doom-cache-dir. Credit to @mfiano
This commit is contained in:
parent
db7632b2b6
commit
f2de08d799
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(after! sly
|
||||
(setq inferior-lisp-program "sbcl")
|
||||
(setq inferior-lisp-program "sbcl"
|
||||
sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history"))
|
||||
|
||||
(set-popup-rules!
|
||||
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue