summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
authorAlex Branham <alex.branham@gmail.com>2018-03-20 11:40:26 -0500
committerAlex Branham <alex.branham@gmail.com>2018-06-13 20:24:09 -0500
commite2e6f9a44b580c6d30c9c168cbe48000c97c5fb6 (patch)
treec0c7ad8f32c28e7a8cd6ce1b78eb3977c41fd47d /lisp/use-package/use-package.el
parentcc9ec36f1a8117cc86679b4e6ad4e9c1d73045b5 (diff)
downloademacs-e2e6f9a44b580c6d30c9c168cbe48000c97c5fb6.tar.gz
emacs-e2e6f9a44b580c6d30c9c168cbe48000c97c5fb6.tar.bz2
emacs-e2e6f9a44b580c6d30c9c168cbe48000c97c5fb6.zip
Enable lexical binding
This supersedes https://github.com/jwiegley/use-package/issues/617 and closes https://github.com/jwiegley/use-package/issues/648
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 5f98db1bed7..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