diff options
author | John Wiegley <johnw@newartisans.com> | 2018-06-13 22:19:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 22:19:49 -0700 |
commit | 87e26db44f4abd2e3a076a9b6fda684921883525 (patch) | |
tree | 487e950a2c3744601a0a0dd6a47b544df706cadf /lisp/use-package/use-package.el | |
parent | cc9ec36f1a8117cc86679b4e6ad4e9c1d73045b5 (diff) | |
parent | bdd7fd35653f12aa74fb883136bacb09b87efa39 (diff) | |
download | emacs-87e26db44f4abd2e3a076a9b6fda684921883525.tar.gz emacs-87e26db44f4abd2e3a076a9b6fda684921883525.tar.bz2 emacs-87e26db44f4abd2e3a076a9b6fda684921883525.zip |
Merge pull request from jabranham/enable-lexical-binding
Enable lexical binding
GitHub-reference: https://github.com/jwiegley/use-package/issues/657
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
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 |