Indent ‘with-cwd’ differently
Like this: (with-cwd "directory" (something))
This commit is contained in:
parent
0fc53aec35
commit
3d07ac90bd
1 changed files with 3 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: 2023.0718.212002
|
;; Version: 2024.1217.204014
|
||||||
;; 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
|
||||||
|
@ -61,6 +61,8 @@
|
||||||
(setq geiser-repl-history-filename
|
(setq geiser-repl-history-filename
|
||||||
(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)
|
||||||
|
|
||||||
;;;###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