[bug#77574,v2] .dir-locals.el: Add compile command.

Message ID d8659df85aad9acd4d967b5f28913f45345b23ec.1744064467.git.gabrielsantosdesouza@disroot.org
State New
Headers
Series [bug#77574,v2] .dir-locals.el: Add compile command. |

Commit Message

Gabriel Santos April 7, 2025, 10:21 p.m. UTC
  Change-Id: I461082926c3d2370bcdead4c75ec8d6c5508c12e
---
 .dir-locals.el | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 666a6cfd88b3e5106a9180e06ea128db8084be0e
  

Patch

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@ngraves.fr>
 ;;; Copyright © 2025 David Elsing <david.elsing@posteo.net>
+;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@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;