You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
改行コードよりも右に背景色がつかないようです。
下記の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) ;; カウンタ
The text was updated successfully, but these errors were encountered: