Fix inherit => :inherit typo

This commit is contained in:
Henrik Lissner 2016-10-05 09:23:20 +02:00
parent dbe0c51413
commit b0cc7d2f75

View file

@ -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."