summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.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.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.el')
-rw-r--r--lisp/use-package/use-package.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 4d1b56b6d6a..1a8fff895f6 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -1,4 +1,4 @@
-;;; use-package.el --- A configuration macro for simplifying your .emacs
+;;; use-package.el --- A configuration macro for simplifying your .emacs -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2017 John Wiegley
@@ -51,9 +51,4 @@
(provide 'use-package)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; lexical-binding: t
-;; End:
-
;;; use-package.el ends here