Require +chicken

This commit is contained in:
Case Duckworth 2022-04-12 13:19:56 -05:00
parent c6ccd9151d
commit 19cb761465
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ See also `crux-reopen-as-root-mode'."
geiser-chicken
macrostep-geiser
scheme-complete)
(:also-load +chicken)
(:require +chicken)
(setf (alist-get "\\.scm\\'" auto-mode-alist nil nil #'string=)
'scheme-mode))