소스 검색

Fix name

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

+ 3
- 3
emacs.el 파일 보기

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-16 18:13:02 JST 10sr>
;; Time-stamp: <2018-10-16 18:18:24 JST 10sr>

;;; Code:

@@ -2721,10 +2721,10 @@ If current path was not found in the parent revision try to go up path."
;; (git-walktree--parent-sha1 "HEAD")
;; (git-walktree--parent-sha1 "ae4b80f")

(defun git-revision-known-child-revision ()
(defun git-walktree-known-child-revision ()
"Open known revision of current path."
(interactive)
nil)
(message "%S" git-walktree-known-child-revisions))

(defvar git-walktree-mode-map
(let ((map (make-sparse-keymap)))


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