[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH worg] .dir-locals.el: Disable byte-compilation.
From: |
Suhail Singh |
Subject: |
[PATCH worg] .dir-locals.el: Disable byte-compilation. |
Date: |
Tue, 3 Dec 2024 16:43:54 -0500 |
---
.dir-locals.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index 962c17f2..9f7310ed 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,6 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
((nil
(indent-tabs-mode . t)
(tab-width . 8)