diff options
author | John Wiegley <johnw@newartisans.com> | 2017-12-04 09:31:13 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2017-12-04 09:31:13 -0800 |
commit | ac906479a782c5eedd2662fe4f65aa3ac6d3489c (patch) | |
tree | 03ff0676ecd78938b79f00bd36c9d29fe53f09a4 /lisp/use-package/bind-chord.el | |
parent | 0239ee227a5d40a13430843f61eea4f57afc2c7e (diff) | |
download | emacs-ac906479a782c5eedd2662fe4f65aa3ac6d3489c.tar.gz emacs-ac906479a782c5eedd2662fe4f65aa3ac6d3489c.tar.bz2 emacs-ac906479a782c5eedd2662fe4f65aa3ac6d3489c.zip |
Normalize some whitespace and ordering in new code
Diffstat (limited to 'lisp/use-package/bind-chord.el')
-rw-r--r-- | lisp/use-package/bind-chord.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/bind-chord.el b/lisp/use-package/bind-chord.el index e0827a4230f..35634b174a3 100644 --- a/lisp/use-package/bind-chord.el +++ b/lisp/use-package/bind-chord.el @@ -58,4 +58,5 @@ function symbol (unquoted)." key-bindings))))) (provide 'bind-chord) + ;;; bind-chord.el ends here |