瀏覽代碼

Add defun stub

master
10sr 6 年之前
父節點
當前提交
46490d6777
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el 查看文件

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

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

;;; Code:

@@ -2721,6 +2721,11 @@ 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 ()
"Open known revision of current path."
(interactive)
nil)

(defvar git-walktree-mode-map
(let ((map (make-sparse-keymap)))
(define-key map "n" 'git-walktree-mode-next-line)


Loading…
取消
儲存