瀏覽代碼

Remove gited-list keybind and instead add gited alias

master
10sr 5 年之前
父節點
當前提交
1430521426
簽署人: 10sr GPG 金鑰 ID: C384BB17CBB19347
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el 查看文件

@@ -1362,8 +1362,10 @@ found, otherwise returns nil."
(when (autoload-eval-lazily 'git-command)
(define-key ctl-x-map "g" 'git-command))

(when (autoload-eval-lazily 'gited)
(define-key ctl-x-map (kbd "C-g") 'gited-list))
;; This keybind cause unexpected call really many many times
;; (when (autoload-eval-lazily 'gited)
;; (define-key ctl-x-map (kbd "C-g") 'gited-list))
(defalias 'gited 'gited-list)

(when (safe-require-or-eval 'git-commit)
(global-git-commit-mode 1))


Loading…
取消
儲存