Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Use function set-face-extend #4

Open
tkita opened this issue Sep 14, 2020 · 0 comments
Open

Use function set-face-extend #4

tkita opened this issue Sep 14, 2020 · 0 comments

Comments

@tkita
Copy link

tkita commented Sep 14, 2020

改行コードよりも右に背景色がつかないようです。
2020-09-14_211455

下記の1行を追加すれば良いようです。

(defun hiwin-create-ol ()
  ;; 非アクティブwindow用faceを作成
  (make-face 'hiwin-face)
  ;; 非アクティブwindow用faceの背景色を設定
  (set-face-background 'hiwin-face hiwin-deactive-color)
+  (set-face-extend 'hiwin-face t)
  (let ((num 0)      ;; カウンタ

2020-09-14_212026

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant