| @@ -1,6 +1,6 @@ | |||||
| ;;; emacs.el --- 10sr emacs initialization | ;;; emacs.el --- 10sr emacs initialization | ||||
| ;; Time-stamp: <2018-10-12 13:14:35 JST 10sr> | |||||
| ;; Time-stamp: <2018-10-12 13:19:25 JST 10sr> | |||||
| ;;; Code: | ;;; Code: | ||||
| @@ -2288,9 +2288,11 @@ use for the buffer. It defaults to \"*recetf-show*\"." | |||||
| "ls-tree" | "ls-tree" | ||||
| ;; "-r" | ;; "-r" | ||||
| "--abbrev" | "--abbrev" | ||||
| treeish)) | treeish)) | ||||
| (git-revision-mode) | |||||
| (goto-char point) | (goto-char point) | ||||
| (git-revision-mode) | |||||
| (set-buffer-modified-p nil) | |||||
| (setq git-revision-current-commitish commitish) | (setq git-revision-current-commitish commitish) | ||||
| (setq git-revision-current-path path) | (setq git-revision-current-path path) | ||||
| @@ -2337,6 +2339,7 @@ Result will be inserted into current buffer." | |||||
| commitish | commitish | ||||
| ":" | ":" | ||||
| path)) | path)) | ||||
| (set-buffer-modified-p nil) | |||||
| (normal-mode t) | (normal-mode t) | ||||
| (setq git-revision-current-commitish commitish) | (setq git-revision-current-commitish commitish) | ||||