mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Prevent indentation using tabs
This commit is contained in:
parent
010492718c
commit
c60bb7b763
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
;;; Directory Local Variables
|
||||||
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
|
((emacs-lisp-mode . ((indent-tabs-mode . nil))))
|
||||||
Loading…
Reference in a new issue