소스 검색

Fix func name

master
10sr 5 년 전
부모
커밋
5a250cc5f0
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
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)


불러오는 중...
취소
저장