diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:10:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:10:56 +0100 |
commit | 2d4624494ac55685b3c660e49ea46121749192a2 (patch) | |
tree | 236a18b92986c156683692f071363d242ff943ef | |
parent | 8406bd3c5619f0fd6d96b517a14ab23188253d8c (diff) |
Indentation fix.
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ Store paths have long hashes. In most cases I don’t really care, so I use =gu I’m often building Guix packages in the shell. =guix-build-log-minor-mode= gives me key bindings to fold and jump over build phases, and it adds pretty faces to the otherwise bland wall of text. #+BEGIN_SRC elisp - (add-hook 'shell-mode-hook 'guix-build-log-minor-mode) +(add-hook 'shell-mode-hook 'guix-build-log-minor-mode) #+END_SRC I’m monitoring the Guix build farm =berlin.guixsd.org=, which is hosted at the MDC. |