Przeglądaj źródła

Remove my-prefix-map configs

master
10sr 5 lat temu
rodzic
commit
480d5bb9dd
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Wyświetl plik

@@ -228,9 +228,9 @@ found, otherwise returns nil."
(defvar my-prefix-map nil
"My prefix map.")
(define-prefix-command 'my-prefix-map)
(define-key ctl-x-map (kbd "C-x") 'my-prefix-map)
(define-key my-prefix-map (kbd "C-q") 'quoted-insert)
(define-key my-prefix-map (kbd "C-z") 'suspend-frame)
;; (define-key ctl-x-map (kbd "C-x") 'my-prefix-map)
;; (define-key my-prefix-map (kbd "C-q") 'quoted-insert)
;; (define-key my-prefix-map (kbd "C-z") 'suspend-frame)

;; (comint-show-maximum-output)



Ładowanie…
Anuluj
Zapisz