Browse Source

Update

master
10sr 5 years ago
parent
commit
37cf403d80
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

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


Loading…
Cancel
Save