* [PATCH worg] .dir-locals.el: Disable byte-compilation.
@ 2024-12-03 21:43 Suhail Singh
0 siblings, 0 replies; only message in thread
From: Suhail Singh @ 2024-12-03 21:43 UTC (permalink / raw)
To: emacs-orgmode
---
.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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-03 21:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 21:43 [PATCH worg] .dir-locals.el: Disable byte-compilation Suhail Singh
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).