GNU bug report logs -
#77574
[PATCH] .dir-locals.el: Add compile command.
Previous Next
Full log
Message #23 received at 77574 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I461082926c3d2370bcdead4c75ec8d6c5508c12e
---
.dir-locals.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index 69a5d8065e..a09a1d685e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -17,6 +17,7 @@
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
;;; Copyright © 2024 Nicolas Graves <ngraves <at> ngraves.fr>
;;; Copyright © 2025 David Elsing <david.elsing <at> posteo.net>
+;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
@@ -37,6 +38,7 @@
. ((fill-column . 78)
(tab-width . 8)
(sentence-end-double-space . t)
+ (compile-command . "guix shell -D guix -CPW -- make")
;; For use with 'bug-reference-prog-mode'. Extra bug-reference
;; configuration should be done in your Emacs user configuration file;
base-commit: 666a6cfd88b3e5106a9180e06ea128db8084be0e
--
2.49.0
This bug report was last modified 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.