From c3b44eac40c14539f19b3eb347f58b5bd5bf8aac Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 26 Oct 2016 17:09:17 +0900 Subject: [PATCH] Remove non-standard keybind --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index cd7148f..f5dfe45 100644 --- a/emacs.el +++ b/emacs.el @@ -385,7 +385,7 @@ found, otherwise returns nil." (global-set-key (kbd "C-h") (kbd "DEL")) (global-set-key (kbd "C-m") 'reindent-then-newline-and-indent) -(global-set-key (kbd "C-o") (kbd "C-e C-m")) +;; (global-set-key (kbd "C-o") (kbd "C-e C-m")) (define-key esc-map "k" 'my-copy-whole-line) ;; (global-set-key "\C-z" 'undo) ; undo is M-u