Browse Source

Insert header

master
10sr 6 years ago
parent
commit
d22e6c6ce4
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el View File

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


;; Time-stamp: <2018-10-12 17:39:33 JST 10sr>
;; Time-stamp: <2018-10-12 17:46:24 JST 10sr>


;;; Code: ;;; Code:


@@ -2292,6 +2292,9 @@ use for the buffer. It defaults to \"*recetf-show*\"."
commitish) commitish)
(insert "\n")) (insert "\n"))
(setq point-tree-start (point)) (setq point-tree-start (point))
(insert "Contents of treeish object '")
(insert treeish)
(insert "':\n")
(git-walktree--call-process nil (git-walktree--call-process nil
"ls-tree" "ls-tree"
;; "-r" ;; "-r"


Loading…
Cancel
Save