]> git.eshelyaron.com Git - emacs.git/commitdiff
Add .dir-locals.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 16 Nov 2022 08:33:40 +0000 (09:33 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 16 Nov 2022 17:02:20 +0000 (18:02 +0100)
lisp/use-package/bind-key.el
lisp/use-package/use-package-core.el
test/lisp/use-package/use-package-chords-tests.el
test/lisp/use-package/use-package-tests.el

index f0b9cdb588db151f40a81c19e47ce60836568aad..48197642dc762ebc11b716bd84ebebc8215c95a0 100644 (file)
@@ -542,7 +542,6 @@ function symbol (unquoted)."
 
 ;; Local Variables:
 ;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
-;; indent-tabs-mode: nil
 ;; End:
 
 ;;; bind-key.el ends here
index 429b108ac71ed24d8824420f383db47b72de63dc..099e2e7aea66eecb6e1bc49bbc2f1013e533b6cd 100644 (file)
@@ -1721,8 +1721,4 @@ this file.  Usage:
 
 (provide 'use-package-core)
 
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
-
 ;;; use-package-core.el ends here
index 2b7588dd807b67d88f1012e878dd5a4e7388d65e..5fd3d117c570279d41109dc6d402484b6cb63d83 100644 (file)
             '(bind-chord "C-u" #'key3 my-map2)))))))
 
 ;; Local Variables:
-;; indent-tabs-mode: nil
 ;; no-byte-compile: t
 ;; no-update-autoloads: t
 ;; End:
index 185f7691ba92c995530ef06d60bec7a048c53ffb..71ebf6ca5f83efd43cee437ae90e9983ddaea526 100644 (file)
     (should (eq (nth 2 binding) nil))))
 
 ;; Local Variables:
-;; indent-tabs-mode: nil
 ;; no-byte-compile: t
 ;; no-update-autoloads: t
 ;; End: