Skip to content

Commit

Permalink
Make it lexically bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccarmac committed Feb 1, 2017
1 parent 208da91 commit b14bdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quse-package.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; quse-package.el --- Install and configure packages in one convenient macro.
;;; quse-package.el --- Install and configure packages in one convenient macro. -*- lexical-binding: t; -*-

;; Copyright (C) 2015, 2016, 2017 Jacob MacDonald.

Expand Down
2 changes: 1 addition & 1 deletion quse-package.org
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Without further ado, the macro itself.

#+NAME: header
#+BEGIN_SRC emacs-lisp
;;; quse-package.el --- Install and configure packages in one convenient macro.
;;; quse-package.el --- Install and configure packages in one convenient macro. -*- lexical-binding: t; -*-

;; Copyright (C) 2015, 2016, 2017 Jacob MacDonald.

Expand Down

0 comments on commit b14bdec

Please sign in to comment.