Ver a proveniência

Remove my-prefix-map configs

master
10sr há 6 anos
ascendente
cometimento
480d5bb9dd
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Ver ficheiro

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



Carregando…
Cancelar
Guardar