chez-scheme, aka scheme,

This commit is contained in:
mehbark 2023-12-05 23:00:17 -05:00
parent 0bf25f5e5b
commit 1d60411a10

View file

@ -734,7 +734,7 @@ If the new path's directories does not exist, create them."
;; ;; ;; ;; ;; ;; ;; ;;
;;;;;; ;;;;;; ;; ;; ;;;;;; ;; ;; ;;;;;;
(setq scheme-program-name "chez")
(setq scheme-program-name "scheme")
(use-package paredit
:ensure t
@ -767,7 +767,7 @@ If the new path's directories does not exist, create them."
:ensure t
:config
(setq geiser-active-implementations '(chez))
(setq geiser-chez-binary "/usr/bin/chez")
;(setq geiser-chez-binary "/usr/bin/chez")
(setq geiser-repl-query-on-kill-p nil)
)