diff options
author | John Wiegley <johnw@newartisans.com> | 2014-01-06 12:53:52 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-01-06 12:53:52 -0800 |
commit | 6ca942d7803fdb0885e60d76d4ca0d7648dfd3b7 (patch) | |
tree | 9281478adbf5e4398a63f0a9f4272361a3bfd4f5 /lisp/use-package/bind-key.el | |
parent | 283653ff4b41024cc821f0e24d5769eadd3b952f (diff) | |
parent | 21cabfd334083628fc28641c0944540a97c11ada (diff) | |
download | emacs-6ca942d7803fdb0885e60d76d4ca0d7648dfd3b7.tar.gz emacs-6ca942d7803fdb0885e60d76d4ca0d7648dfd3b7.tar.bz2 emacs-6ca942d7803fdb0885e60d76d4ca0d7648dfd3b7.zip |
Merge pull request from aspiers/best-practices
Start addressing some of @jaalto's submitted issues.
GitHub-reference: https://github.com/jwiegley/use-package/issues/79
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index f5e07ba7831..68146c05c2a 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -6,7 +6,7 @@ ;; Created: 16 Jun 2012 ;; Version: 1.0 ;; Keywords: keys keybinding config dotemacs -;; X-URL: https://github.com/jwiegley/bind-key +;; URL: https://github.com/jwiegley/use-package ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as |