mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Merge pull request from skangas/dir-locals
GitHub-reference: https://github.com/jwiegley/use-package/issues/1023
This commit is contained in:
commit
e42c8479ec
4 changed files with 0 additions and 7 deletions
|
|
@ -539,7 +539,6 @@ function symbol (unquoted)."
|
|||
|
||||
;; Local Variables:
|
||||
;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
|
||||
;; indent-tabs-mode: nil
|
||||
;; End:
|
||||
|
||||
;;; bind-key.el ends here
|
||||
|
|
|
|||
|
|
@ -1713,8 +1713,4 @@ this file. Usage:
|
|||
|
||||
(provide 'use-package-core)
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; End:
|
||||
|
||||
;;; use-package-core.el ends here
|
||||
|
|
|
|||
|
|
@ -146,7 +146,6 @@
|
|||
'(bind-chord "C-u" #'key3 my-map2)))))))
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; End:
|
||||
|
|
|
|||
|
|
@ -1981,7 +1981,6 @@
|
|||
(should (eq (nth 2 binding) nil))))
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; End:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue