Browse Source

Fix map var name

master
10sr 6 years ago
parent
commit
5dfbc91160
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -2219,7 +2219,7 @@ initializing."
(pop-to-buffer bf)))
(defalias 'git-worktree 'git-worktree-open)

(defvar git-worktree-map
(defvar git-worktree-mode-map
(let ((map (make-sparse-keymap)))
(suppress-keymap map)
(define-key map (kbd "C-m") 'git-worktree-mode-go)


Loading…
Cancel
Save