Browse Source

remove buffer-file-name after setting major-mode

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

+ 2
- 1
emacs.el View File

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization ;;; 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: ;;; Code:


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


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


Loading…
Cancel
Save