diff options
-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. |