summaryrefslogtreecommitdiff
path: root/init/km-keybindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-keybindings.el')
-rw-r--r--init/km-keybindings.el4
1 files changed, 2 insertions, 2 deletions
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"))