Skip to content

Commit

Permalink
tweak(scheme): use guile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 11, 2023
1 parent b28be92 commit 4f01f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
(use-package racket-mode
:straight t)

(use-package scheme
:straight (:type built-in)
:custom
(scheme-program-name "guile"))

(use-package geiser
:straight t
:custom
Expand Down

0 comments on commit 4f01f23

Please sign in to comment.