diff options
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
-rw-r--r-- | lisp/use-package/use-package-bind-key.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/use-package/use-package-bind-key.el b/lisp/use-package/use-package-bind-key.el index 0f286c51c68..8c86ef5edfc 100644 --- a/lisp/use-package/use-package-bind-key.el +++ b/lisp/use-package/use-package-bind-key.el @@ -1,4 +1,4 @@ -;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords +;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords -*- lexical-binding: t; -*- ;; Copyright (C) 2012-2017 John Wiegley @@ -166,9 +166,4 @@ deferred until the prefix key sequence is pressed." (provide 'use-package-bind-key) -;; Local Variables: -;; indent-tabs-mode: nil -;; lexical-binding: t -;; End: - ;;; use-package-bind-key.el ends here |