1
0
Fork 0

Fix indentation for ‘with-env’

This commit is contained in:
Tom Willemse 2024-12-18 00:00:27 -08:00
parent 3d07ac90bd
commit 61e1608174

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2024.1217.204014 ;; Version: 2024.1217.235035
;; Package-Requires: (oni-company oni-paredit rainbow-delimiters geiser geiser-guile) ;; Package-Requires: (oni-company oni-paredit rainbow-delimiters geiser geiser-guile)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -62,6 +62,7 @@
(expand-file-name "data/geiser-history" user-emacs-directory)) (expand-file-name "data/geiser-history" user-emacs-directory))
(put 'with-cwd 'scheme-indent-function 1) (put 'with-cwd 'scheme-indent-function 1)
(put 'with-env 'scheme-indent-function 1)
;;;###autoload ;;;###autoload
(add-to-list 'interpreter-mode-alist '("scsh" . scheme-mode)) (add-to-list 'interpreter-mode-alist '("scsh" . scheme-mode))