--- .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)
- [PATCH worg] .dir-locals.el: Disable byte-compilation. Suhail Singh
- Re: [PATCH worg] .dir-locals.el: Disable byte-compilat... Max Nikulin
- Re: [PATCH worg] .dir-locals.el: Disable byte-comp... Suhail Singh
- Re: [PATCH worg] .dir-locals.el: Disable byte-... Max Nikulin
- Re: [PATCH worg] .dir-locals.el: Disable b... Suhail Singh
- Re: [PATCH worg] .dir-locals.el: Disable byte-compilat... Ihor Radchenko