소스 검색

Change keybind for my-term to C-x t

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

+ 2
- 1
emacs.el 파일 보기

@@ -2264,7 +2264,8 @@ ARG is ignored."
;; (ansi-term shell-file-name)))))

(setq my-term-function 'eshell)
(define-key my-prefix-map (kbd "C-s") 'my-term)
;;(define-key my-prefix-map (kbd "C-s") 'my-term)
(define-key ctl-x-map "t" 'my-term)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; x open


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