tweak(scheme): move repl history file to cache dir
This commit is contained in:
parent
eb170a7a38
commit
e2e33b1b49
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@
|
|||
:defer t
|
||||
:init
|
||||
(setq geiser-autodoc-identifier-format "%s → %s"
|
||||
geiser-repl-current-project-function #'doom-project-root)
|
||||
|
||||
geiser-repl-current-project-function #'doom-project-root
|
||||
geiser-repl-history-filename (concat doom-cache-dir "geiser-history"))
|
||||
|
||||
(after! scheme ; built-in
|
||||
(set-repl-handler! 'scheme-mode #'+scheme/open-repl)
|
||||
(set-eval-handler! 'scheme-mode #'geiser-eval-region)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue