From 5964974b60f891a2dbeadca40e3ac2bb8a513e53 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 27 Oct 2012 14:06:20 +0900 Subject: [PATCH] remove non ascii keybind --- emacs.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/emacs.el b/emacs.el index 974fd44..f7ef37f 100644 --- a/emacs.el +++ b/emacs.el @@ -630,13 +630,6 @@ otherwise the path where the library installed." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; window -;; compose window -(global-set-key [?\C--] 'other-window) -(global-set-key [?\C-0] 'delete-window) -(global-set-key [?\C-1] 'delete-other-windows) -(global-set-key [?\C-2] 'split-window-vertically) -(global-set-key [?\C-3] 'split-window-horizontally) - ;; forked from http://d.hatena.ne.jp/khiker/20100119/window_resize (define-key my-prefix-map (kbd "C-w") 'my-window-organizer)