ソースを参照

Remove my-prefix-map configs

master
10sr 5年前
コミット
480d5bb9dd
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el ファイルの表示

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



読み込み中…
キャンセル
保存