Browse Source

Fix func name

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

+ 2
- 2
emacs.el View File

@@ -2084,8 +2084,8 @@ initializing."
(bname (format "*GitBug<%s>*" name)))
(with-current-buffer (get-buffer-create bname)
(cd root)
(git-bug--set-tabulated-list-mode-variables)
(git-bug-mode)
(git-bug-ls--set-tabulated-list-mode-variables)
(git-bug-ls-mode)
(current-buffer))))

(defun git-bug--get-repository-root (dir)


Loading…
Cancel
Save