1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add .dir-locals.el

This commit is contained in:
Stefan Kangas 2022-11-16 09:33:40 +01:00
parent 7087a97a24
commit 30fa366737
4 changed files with 0 additions and 7 deletions

View file

@ -542,7 +542,6 @@ function symbol (unquoted)."
;; Local Variables: ;; Local Variables:
;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|(" ;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
;; indent-tabs-mode: nil
;; End: ;; End:
;;; bind-key.el ends here ;;; bind-key.el ends here

View file

@ -1721,8 +1721,4 @@ this file. Usage:
(provide 'use-package-core) (provide 'use-package-core)
;; Local Variables:
;; indent-tabs-mode: nil
;; End:
;;; use-package-core.el ends here ;;; use-package-core.el ends here

View file

@ -153,7 +153,6 @@
'(bind-chord "C-u" #'key3 my-map2))))))) '(bind-chord "C-u" #'key3 my-map2)))))))
;; Local Variables: ;; Local Variables:
;; indent-tabs-mode: nil
;; no-byte-compile: t ;; no-byte-compile: t
;; no-update-autoloads: t ;; no-update-autoloads: t
;; End: ;; End:

View file

@ -1986,7 +1986,6 @@
(should (eq (nth 2 binding) nil)))) (should (eq (nth 2 binding) nil))))
;; Local Variables: ;; Local Variables:
;; indent-tabs-mode: nil
;; no-byte-compile: t ;; no-byte-compile: t
;; no-update-autoloads: t ;; no-update-autoloads: t
;; End: ;; End: