summaryrefslogtreecommitdiff
path: root/izumi.org
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 09:51:15 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 09:51:15 +0100
commitfb576303f6fd16901e0ac4ed856b50ac4014a353 (patch)
treeda8f1a1c5115d8b5a214a34fb299fea7247f3b73 /izumi.org
parent94353dfb5fa2e881ac685dd6b89f9fab777e57a4 (diff)
Improve HOME-FILES-SERVICE-TYPE's formatting
Diffstat (limited to 'izumi.org')
-rw-r--r--izumi.org18
1 files changed, 9 insertions, 9 deletions
diff --git a/izumi.org b/izumi.org
index d8cfaf3..10c4420 100644
--- a/izumi.org
+++ b/izumi.org
@@ -774,15 +774,15 @@
#+NAME: HOME-FILES-SERVICE-TYPE
#+BEGIN_SRC scheme
- (simple-service
- 'home-files
- home-files-service-type
- (list
- (list ".emacs" (local-file "home-files/emacs-configuration.el"))
- (list
- ".config/git/ignore"
- ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore
- (local-file "home-files/git-ignore.conf"))))
+ ( simple-service
+ 'home-files
+ home-files-service-type
+ ( list
+ ( list ".emacs" ( local-file "home-files/emacs-configuration.el" ) )
+ ( list
+ ".config/git/ignore"
+ ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore
+ ( local-file "home-files/git-ignore.conf" ) ) ) )
#+END_SRC
*** [[https://guix.gnu.org/manual/en/html_node/Shells-Home-Services.html][13.3.2 Shells]]