ソースを参照

Update

master
10sr 6年前
コミット
38d05be59e
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el ファイルの表示

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

;; Time-stamp: <2018-10-11 13:50:52 JST 10sr>
;; Time-stamp: <2018-10-11 14:21:14 JST 10sr>

;;; Code:

@@ -2257,9 +2257,11 @@ use for the buffer. It defaults to \"*recetf-show*\"."
"-t"
treeish)))
(with-current-buffer buf
(buffer-disable-undo)
(erase-buffer)
(when (string= "commit"
type)
;; When treeish is a commit, show commit info
(git-revision--call-process nil
"show"
"--no-patch"


読み込み中…
キャンセル
保存