Bläddra i källkod

remove non ascii keybind

pull/1/head
10sr 11 år sedan
förälder
incheckning
5964974b60
1 ändrade filer med 0 tillägg och 7 borttagningar
  1. +0
    -7
      emacs.el

+ 0
- 7
emacs.el Visa fil

@@ -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)



Laddar…
Avbryt
Spara