Skip to content

Commit

Permalink
Bump version to 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 2, 2019
1 parent 19b79ff commit 5b523be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ mouse-1: Previous buffer\nmouse-3: Next buffer"
(doom-modeline-update-buffer-file-name))))))))

;; 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 _)
"Update the face of buffer file name in mode-line."
(when (and doom-modeline--buffer-file-name (buffer-modified-p))
Expand Down
2 changes: 1 addition & 1 deletion doom-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Vincent Zhang <[email protected]>
;; 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"))
;; Keywords: faces mode-line

Expand Down

0 comments on commit 5b523be

Please sign in to comment.