Fix inherit => :inherit typo
This commit is contained in:
parent
dbe0c51413
commit
b0cc7d2f75
1 changed files with 2 additions and 3 deletions
|
@ -196,9 +196,8 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||
:v-adjust -0.05)
|
||||
" "))
|
||||
(propertize (doom-buffer-path)
|
||||
'face `(inherit (,(if modified-p 'doom-modeline-buffer-modified)
|
||||
,(if active 'doom-modeline-buffer-path))))
|
||||
" %l:%c %p ")))
|
||||
'face `(:inherit (,(if modified-p 'doom-modeline-buffer-modified)
|
||||
,(if active 'doom-modeline-buffer-path)))))))
|
||||
|
||||
(defun *buffer-encoding ()
|
||||
"The encoding and eol style of the buffer."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue