diff --git a/emacs.el b/emacs.el index 3bb6440..ac913e0 100644 --- a/emacs.el +++ b/emacs.el @@ -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)