Pārlūkot izejas kodu

Set modified flag

master
10sr pirms 7 gadiem
vecāks
revīzija
a37b33ded3
Parakstījis: 10sr GPG atslēgas ID: 7BEC428194130EB2
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      emacs.el

+ 5
- 2
emacs.el Parādīt failu

@@ -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)


Notiek ielāde…
Atcelt
Saglabāt