diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-12 23:24:41 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-12 23:24:41 -0400 |
commit | 97a2fe00b4424cbc3c2a0c485b0e99f902ef3b10 (patch) | |
tree | d1b438317494279ea34fee6078308d33816575cd /lisp | |
parent | 53186316fb5608cb1d21bfef40650453ab3e4d62 (diff) | |
download | emacs.d-97a2fe00b4424cbc3c2a0c485b0e99f902ef3b10.tar.gz |
Change km/kill-buffer key
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-buffers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-buffers.el b/lisp/init-buffers.el index 18c19cc..0632985 100644 --- a/lisp/init-buffers.el +++ b/lisp/init-buffers.el @@ -40,7 +40,7 @@ kill this buffer and the window." (save-buffer)))) (call-interactively #'save-some-buffers)) -(global-set-key (kbd "C-x K") 'km/kill-buffer) +(global-set-key (kbd "C-x k") 'km/kill-buffer) (key-chord-define-global "js" 'km/save-buffers) |