[PATCH] .dir-locals.el: Configure indentation for home-environment.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 4 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
43ae70d9bca776baf1fc848cb052b1538759fb55.1732220448.git.~@wolfsden.cz
* .dir-locals.el (scheme-mode): Indent home-environment same as
operating-system.

Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/.dir-locals.el b/.dir-locals.el
index 201ebd4198..211f5d9afb 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -97,6 +97,7 @@
(eval . (put 'bag 'scheme-indent-function 0))
(eval . (put 'graft 'scheme-indent-function 0))
(eval . (put 'operating-system 'scheme-indent-function 0))
+ (eval . (put 'home-environment 'scheme-indent-function 0))
(eval . (put 'file-system 'scheme-indent-function 0))
(eval . (put 'swap-space 'scheme-indent-function 0))
(eval . (put 'manifest-entry 'scheme-indent-function 0))
--
2.46.0
Ludovic Courtès wrote 3 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 74465-done@debbugs.gnu.org)
87v7w6ywcv.fsf@gnu.org
Tomas Volf <~@wolfsden.cz> skribis:

Toggle quote (5 lines)
> * .dir-locals.el (scheme-mode): Indent home-environment same as
> operating-system.
>
> Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd

Applied!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74465@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74465
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help