标签: emacs spacemacs
如何在Spacemacs / Emacs中更改当前窗口的当前行号的颜色?
我目前在Spacemacs中使用以下代码:
(custom-set-faces '(line-number-current-line ((t (:inherit line-number :background "white" :foreground "color-16")))) )
但是,此代码适用于所有现有窗口。如何仅在当前窗口上更改颜色?
谢谢!