Explorar el Código

Add git-bug-ls

master
10sr hace 5 años
padre
commit
84d5b4f4f4
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar