소스 검색

remove non ascii keybind

pull/1/head
10sr 11 년 전
부모
커밋
5964974b60
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. +0
    -7
      emacs.el

+ 0
- 7
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)



불러오는 중...
취소
저장