1
0
Fork 0

Indent ‘with-cwd’ differently

Like this:

    (with-cwd "directory"
      (something))
This commit is contained in:
Tom Willemse 2024-12-17 23:49:00 -08:00
parent 0fc53aec35
commit 3d07ac90bd

View file

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