mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix typo.
This commit is contained in:
parent
dd5f51aec8
commit
9754dbe996
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ buffer where knowing the current project directory is important."
|
||||||
"fold"
|
"fold"
|
||||||
:display '(raise 0)
|
:display '(raise 0)
|
||||||
:face (if active 'doom-modeline-warning)
|
:face (if active 'doom-modeline-warning)
|
||||||
:v-adjus t -0.05)
|
:v-adjust -0.05)
|
||||||
" "))))))
|
" "))))))
|
||||||
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-state-icon)
|
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-state-icon)
|
||||||
(add-hook 'after-save-hook 'doom-modeline-update-buffer-file-state-icon)
|
(add-hook 'after-save-hook 'doom-modeline-update-buffer-file-state-icon)
|
||||||
|
|
Loading…
Reference in a new issue