summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2022-12-22 21:35:41 -0500
committerJohn Turner <jturner.usa@gmail.com>2022-12-22 21:42:07 -0500
commit1cab54c40209d1780de6662a9365ee97b138ac58 (patch)
tree03f94c9389c3544a600a5e9f812ac7508e197d98
parente1541916ab79868ac043c5a509c83115dca1ece3 (diff)
downloademacs.d-1cab54c40209d1780de6662a9365ee97b138ac58.tar.gz
defined lisp and scheme program names
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 414bd90..fa4d1da 100644
--- a/init.el
+++ b/init.el
@@ -7,8 +7,10 @@
custom-file (file-name-concat user-emacs-directory "custom.el")
custom-theme-directory (file-name-concat user-emacs-directory "themes/")
debugger 'edebug
+ inferior-lisp-program "sbcl"
inhibit-splash-screen t
make-backup-files nil
+ scheme-program-name "guile"
tab-width 4)
(setq-default display-fill-column-indicator-column 120