aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-12-03 03:21:28 -0500
committertdro <tdro@users.noreply.github.com>2020-12-03 03:21:28 -0500
commit29dfecdba1a3991bfb78d3e15ea3643cf1bfb334 (patch)
tree7a3ea2410106ab7ebb863c28f473a794df08bd75 /.config
parentc7ee1b2cfa1e678818cde00d7efc89a05fa45ecc (diff)
downloaddotfiles-29dfecdba1a3991bfb78d3e15ea3643cf1bfb334.tar.gz
dotfiles-29dfecdba1a3991bfb78d3e15ea3643cf1bfb334.tar.bz2
dotfiles-29dfecdba1a3991bfb78d3e15ea3643cf1bfb334.zip
.config/emacs/emacs.el: Set slime REPL directory
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/emacs.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/emacs.el b/.config/emacs/emacs.el
index b21098d..775253a 100644
--- a/.config/emacs/emacs.el
+++ b/.config/emacs/emacs.el
@@ -1,6 +1,8 @@
(custom-set-variables
'(package-selected-packages (quote (evil)))
- '(tool-bar-mode nil))
+ '(tool-bar-mode nil)
+ ;; set slime history file location
+ '(slime-repl-history-file "~/.cache/slime-history.eld"))
(custom-set-faces
'(region ((t (:background "color-238")))))