Ver a proveniência

Add git-worktree keybind

master
10sr há 5 anos
ascendente
cometimento
3a96ac420d
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver ficheiro

@@ -1949,6 +1949,7 @@ initializing."
(let ((bf (git-worktree-open-noselect directory)))
(pop-to-buffer bf)))
(defalias 'git-worktree 'git-worktree-open)
(define-key ctl-x-map "T" 'git-worktree)

(defun git-worktree-mode-go ()
"Go to worktree directory at point."


Carregando…
Cancelar
Guardar