Fix indentation for ‘with-env’
This commit is contained in:
parent
3d07ac90bd
commit
61e1608174
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue