ソースを参照

Update

master
10sr 5年前
コミット
37cf403d80
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el ファイルの表示

@@ -770,9 +770,10 @@ found, otherwise returns nil."
(face-spec-set 'hl-line
'((((min-colors 256)
(background dark))
(:background "color-234"))
(:background "SlateBlue4"))
(((min-colors 256)
(background light))
;; TODO: What is should be?
(:background "color-234"))
(t
(:underline "black"))))


読み込み中…
キャンセル
保存