Skip to content

Commit

Permalink
fix: redisplay buffer ind
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 29, 2024
1 parent 64f7a7a commit f42b594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcs-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

(defcustom jcs-modeline-left
`((:eval (jcs-modeline--render-front-spaces))
(:eval (moody-tab (jcs-modeline--render-buffer-identification)))
(:eval (jcs-modeline--render-buffer-identification))
(:eval (jcs-modeline--render-modes))
(:eval (moody-tab (jcs-modeline--render-vc-project)))
(:eval (jcs-modeline--render-read-only))
Expand Down Expand Up @@ -287,7 +287,7 @@ Position argument ARG0."
(defun jcs-modeline--render-buffer-identification ()
"Render buffer identification."
(unless (bound-and-true-p centaur-tabs-mode)
(jcs-modeline-format mode-line-buffer-identification)))
(moody-tab (jcs-modeline-format mode-line-buffer-identification))))

;;
;;; Modes
Expand Down

0 comments on commit f42b594

Please sign in to comment.