Fix #86: Unchanged Org file is displayed as modified.

Remove advices of set-buffer-modified-p, since it's called in org-unmodified.
This commit is contained in:
Vincent Zhang 2019-01-05 19:24:59 +08:00
parent 9df1f758b2
commit cb01400f94

View file

@ -829,7 +829,7 @@ Uses `all-the-icons-material' to fetch the icon."
(advice-add #'undo-tree-redo :after #'doom-modeline-update-buffer-file-state-icon)
(advice-add #'narrow-to-region :after #'doom-modeline-update-buffer-file-state-icon)
(advice-add #'widen :after #'doom-modeline-update-buffer-file-state-icon)
(advice-add #'set-buffer-modified-p :after #'doom-modeline-update-buffer-file-state-icon)
;; (advice-add #'set-buffer-modified-p :after #'doom-modeline-update-buffer-file-state-icon)
(when (>= emacs-major-version 26)
(add-variable-watcher
@ -861,7 +861,7 @@ mouse-1: Previous buffer\nmouse-3: Next buffer"
(advice-add #'undo :after #'doom-modeline-update-buffer-file-name)
(advice-add #'undo-tree-undo :after #'doom-modeline-update-buffer-file-name)
(advice-add #'undo-tree-redo :after #'doom-modeline-update-buffer-file-name)
(advice-add #'set-buffer-modified-p :after #'doom-modeline-update-buffer-file-name)
;; (advice-add #'set-buffer-modified-p :after #'doom-modeline-update-buffer-file-name)
(doom-modeline-def-segment buffer-info
"Combined information about the current buffer, including the current working