This repository was archived by the owner on Aug 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ; ;; Directory Local Variables -*- no-byte-compile : t ; -*-
2+ ; ;; For more information see (info "(emacs) Directory Variables")
3+
4+ ((nil . ((sentence-end-double-space . t )
5+ (emacs-lisp-docstring-fill-column . 65 )
6+ (fill-column . 70 )))
7+ (emacs-lisp-mode . ((indent-tabs-mode . nil )))
8+ (lisp-data-mode . ((indent-tabs-mode . nil ))))
Original file line number Diff line number Diff line change 99/doc /content /*
1010/stats /
1111/use-package /
12+ .dir-locals-2.el
Original file line number Diff line number Diff line change @@ -539,7 +539,6 @@ function symbol (unquoted)."
539539
540540; ; Local Variables:
541541; ; outline-regexp: ";;;\\ (;* [^\s\t\n]\\ |###autoload\\ )\\ |("
542- ; ; indent-tabs-mode: nil
543542; ; End:
544543
545544; ;; bind-key.el ends here
Original file line number Diff line number Diff line change 146146 '(bind-chord " C-u" #'key3 my-map2)))))))
147147
148148; ; Local Variables:
149- ; ; indent-tabs-mode: nil
150149; ; no-byte-compile: t
151150; ; no-update-autoloads: t
152151; ; End:
Original file line number Diff line number Diff line change @@ -1713,8 +1713,4 @@ this file. Usage:
17131713
17141714(provide 'use-package-core )
17151715
1716- ; ; Local Variables:
1717- ; ; indent-tabs-mode: nil
1718- ; ; End:
1719-
17201716; ;; use-package-core.el ends here
Original file line number Diff line number Diff line change 19811981 (should (eq (nth 2 binding) nil ))))
19821982
19831983; ; Local Variables:
1984- ; ; indent-tabs-mode: nil
19851984; ; no-byte-compile: t
19861985; ; no-update-autoloads: t
19871986; ; End:
You can’t perform that action at this time.
0 commit comments