Bump version to 2.6.0.

This commit is contained in:
Vincent Zhang 2019-09-02 17:18:51 +08:00
parent 19b79ffc6a
commit 5b523bef65
2 changed files with 2 additions and 2 deletions

View file

@ -376,7 +376,7 @@ mouse-1: Previous buffer\nmouse-3: Next buffer"
(doom-modeline-update-buffer-file-name)))))))) (doom-modeline-update-buffer-file-name))))))))
;; Optimize: just update the face of the buffer name in `after-change-functions', since ;; Optimize: just update the face of the buffer name in `after-change-functions', since
;; `doom-modeline--buffer-file-name' may consume lots fof CPU if it's called too frequently. ;; `doom-modeline--buffer-file-name' may consume lots of CPU if it's called too frequently.
(defun doom-modeline-update-buffer-file-name-face (&rest _) (defun doom-modeline-update-buffer-file-name-face (&rest _)
"Update the face of buffer file name in mode-line." "Update the face of buffer file name in mode-line."
(when (and doom-modeline--buffer-file-name (buffer-modified-p)) (when (and doom-modeline--buffer-file-name (buffer-modified-p))

View file

@ -4,7 +4,7 @@
;; Author: Vincent Zhang <seagle0128@gmail.com> ;; Author: Vincent Zhang <seagle0128@gmail.com>
;; Homepage: https://github.com/seagle0128/doom-modeline ;; Homepage: https://github.com/seagle0128/doom-modeline
;; Version: 2.5.1 ;; Version: 2.6.0
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0")) ;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
;; Keywords: faces mode-line ;; Keywords: faces mode-line