瀏覽代碼

Remove my-prefix-map configs

master
10sr 5 年之前
父節點
當前提交
480d5bb9dd
簽署人: 10sr GPG Key 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)



Loading…
取消
儲存