Sfoglia il codice sorgente

Change keybind for my-term to C-x t

pull/1/head
10sr 10 anni fa
parent
commit
f33d8f496b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Vedi File

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


Caricamento…
Annulla
Salva