summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-16 09:33:40 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-16 18:02:20 +0100
commit30fa36673748fc155606d5e01b5980c6d6c27afa (patch)
tree8e97e64a88479d5706f57e9325da57d827a6ea56 /lisp/use-package
parent7087a97a24fe0d9fba756369bfb23b28093f6e67 (diff)
downloademacs-30fa36673748fc155606d5e01b5980c6d6c27afa.tar.gz
emacs-30fa36673748fc155606d5e01b5980c6d6c27afa.tar.bz2
emacs-30fa36673748fc155606d5e01b5980c6d6c27afa.zip
Add .dir-locals.el
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/bind-key.el1
-rw-r--r--lisp/use-package/use-package-core.el4
2 files changed, 0 insertions, 5 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el
index f0b9cdb588d..48197642dc7 100644
--- a/lisp/use-package/bind-key.el
+++ b/lisp/use-package/bind-key.el
@@ -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
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index 429b108ac71..099e2e7aea6 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1721,8 +1721,4 @@ this file. Usage:
(provide 'use-package-core)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
-
;;; use-package-core.el ends here