Sfoglia il codice sorgente

Add git-bug-ls

master
10sr 5 anni fa
parent
commit
84d5b4f4f4
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Vedi File

@@ -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.



Caricamento…
Annulla
Salva