Przeglądaj źródła

remove buffer-file-name after setting major-mode

master
10sr 5 lat temu
rodzic
commit
6e5d7177bc
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Wyświetl plik

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

;; Time-stamp: <2018-10-12 18:57:21 JST 10sr>
;; Time-stamp: <2018-10-12 19:03:01 JST 10sr>

;;; Code:

@@ -2359,6 +2359,7 @@ Result will be inserted into current buffer."
path))
(set-buffer-modified-p nil)
(normal-mode t)
(setq buffer-file-name nil)

(setq git-walktree-current-commitish commitish)
(setq git-walktree-current-path path)


Ładowanie…
Anuluj
Zapisz