From 2c0c1f970899389025281e8968e3517fa32668d8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Jan 2014 00:48:21 -0500 Subject: Clean up init files --- init/km-keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init/km-keybindings.el') diff --git a/init/km-keybindings.el b/init/km-keybindings.el index 97ad273..4343150 100644 --- a/init/km-keybindings.el +++ b/init/km-keybindings.el @@ -1,9 +1,9 @@ -;; keybindings that don't go with other topics +;; Keybindings that don't go with other topics (global-set-key (kbd "C-x \\") 'align-regexp) (global-set-key (kbd "C-x K") 'kill-buffer-and-window) -;; overrides `suspend-emacs' (which is also bound to C-x C-z) +;; Overrides `suspend-emacs' (which is also bound to C-x C-z). (global-set-key (kbd "C-z") 'zap-to-char) (global-unset-key (kbd "M-z")) -- cgit v1.2.3