; * eat.el (eat-mode): Fix mode line
This commit is contained in:
parent
dd2a176820
commit
3fcf128840
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -6256,7 +6256,7 @@ mouse-3: Switch to char mode"
|
|||
'(" "
|
||||
(:propertize
|
||||
(:eval
|
||||
(when-let* (((eat--terminal))
|
||||
(when-let* ((eat--terminal)
|
||||
(title (eat-term-title eat--terminal))
|
||||
((not (string-empty-p title))))
|
||||
(format "(%s)" (string-replace "%" "%%"
|
||||
|
|
Loading…
Add table
Reference in a new issue