mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix the mark of read-only buffer.
This commit is contained in:
parent
32eb2cb0a6
commit
6f189b37bd
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ Uses `all-the-icons-material' to fetch the icon."
|
|||
(cond (buffer-read-only
|
||||
(doom-modeline-buffer-file-state-icon
|
||||
"lock"
|
||||
"%1+"
|
||||
"%1*"
|
||||
'doom-modeline-warning))
|
||||
((buffer-modified-p)
|
||||
(doom-modeline-buffer-file-state-icon
|
||||
|
|
Loading…
Reference in a new issue