Przeglądaj źródła

Implement git-worktree-mode-go

master
10sr 6 lat temu
rodzic
commit
3e6fa40ef5
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el Wyświetl plik

@@ -2232,6 +2232,13 @@ initializing."
(pop-to-buffer bf)))
(defalias 'git-worktree 'git-worktree-open)

(defun git-worktree-mode-go ()
"Go to worktree directory at point."
(interactive)
(let ((id (tabulated-list-get-id)))
(when id
(dired (plist-get id :worktree)))))

(defvar git-worktree-mode-map
(let ((map (make-sparse-keymap)))
(suppress-keymap map)


Ładowanie…
Anuluj
Zapisz