summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 13:52:40 -0500
committerCase Duckworth2022-04-02 13:52:40 -0500
commit122ee050716789eff27e4df5d7b80937476355df (patch)
treebad5bd2861139a7d0dee85a3b6ae866c06beb93f /init.el
parentIgnore scratch.el (diff)
downloademacs-122ee050716789eff27e4df5d7b80937476355df.tar.gz
emacs-122ee050716789eff27e4df5d7b80937476355df.zip
Add +chicken.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 9c44e8b..8e92143 100644 --- a/init.el +++ b/init.el
@@ -1530,6 +1530,7 @@ See also `crux-reopen-as-root-mode'."
1530 geiser-chicken 1530 geiser-chicken
1531 macrostep-geiser 1531 macrostep-geiser
1532 scheme-complete) 1532 scheme-complete)
1533 (:also-load +chicken)
1533 (setf (alist-get "\\.scm\\'" auto-mode-alist nil nil #'string=) 1534 (setf (alist-get "\\.scm\\'" auto-mode-alist nil nil #'string=)
1534 'scheme-mode)) 1535 'scheme-mode))
1535 1536