diff options
author | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:35:41 -0500 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:42:07 -0500 |
commit | 1cab54c40209d1780de6662a9365ee97b138ac58 (patch) | |
tree | 03f94c9389c3544a600a5e9f812ac7508e197d98 | |
parent | e1541916ab79868ac043c5a509c83115dca1ece3 (diff) | |
download | emacs.d-1cab54c40209d1780de6662a9365ee97b138ac58.tar.gz |
defined lisp and scheme program names
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |