Browse Source

Add git-bug-ls

master
10sr 5 years ago
parent
commit
84d5b4f4f4
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el View 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.



Loading…
Cancel
Save