chez-scheme, aka scheme,
This commit is contained in:
parent
0bf25f5e5b
commit
1d60411a10
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -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)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue