summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-chords.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-01-27 14:09:10 -0800
committerJohn Wiegley <johnw@newartisans.com>2018-01-27 14:09:10 -0800
commit566a2ea3a1f0fb1449e9c662924ed1d87e109284 (patch)
treed82254a23787a05da0315316b5d844ed517c70b2 /lisp/use-package/use-package-chords.el
parentc29193bf0724633adf7183dad2d0b6faf7d029ab (diff)
downloademacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.tar.gz
emacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.tar.bz2
emacs-566a2ea3a1f0fb1449e9c662924ed1d87e109284.zip
Revert "Move variable bindings to the bottom of each file"
This reverts commit c29193bf0724633adf7183dad2d0b6faf7d029ab.
Diffstat (limited to 'lisp/use-package/use-package-chords.el')
-rw-r--r--lisp/use-package/use-package-chords.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/use-package/use-package-chords.el b/lisp/use-package/use-package-chords.el
index 240da96eca1..936ff228999 100644
--- a/lisp/use-package/use-package-chords.el
+++ b/lisp/use-package/use-package-chords.el
@@ -1,4 +1,4 @@
-;;; use-package-chords.el --- key-chord keyword for use-package
+;;; use-package-chords.el --- key-chord keyword for use-package -*- lexical-binding: t; -*-
;; Copyright (C) 2015-2017 Justin Talbott
@@ -47,9 +47,4 @@
(provide 'use-package-chords)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; lexical-binding: t
-;; End:
-
;;; use-package-chords.el ends here