Ver a proveniência

Add git-bug-ls

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

+ 5
- 0
emacs.el Ver ficheiro

@@ -2297,6 +2297,11 @@ Used by `git-bug-ls'.")
(goto-char (point-at-bol)))
bugs)))

(defun git-bug-ls ()
"Open and select git bug list buffer."
(interactive)
(pop-to-buffer (git-bug-ls-noselect)))

(defun git-bug-ls-noselect (&optional directory)
"Open git bug list buffer.



Carregando…
Cancelar
Guardar