Sfoglia il codice sorgente

Update whitespace-line face

master
10sr 3 anni fa
parent
commit
8c58faa3fa
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. +7
    -3
      emacs.el

+ 7
- 3
emacs.el Vedi File

@@ -988,10 +988,14 @@ THEM are function and its args."
(whitespace-mode 0)
(whitespace-mode 1)))

(set-variable 'whitespace-line-column nil)
(if (>= (display-color-cells)
(set-variable 'whitespace-line-column nil) ; Use value of `fill-column'
(when (>= (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "color-109")
(set-face-foreground 'whitespace-newline "color-109")
(set-face-foreground 'whitespace-line
nil)
(set-face-background 'whitespace-line
"gray35")
;; (progn
;; (set-face-bold-p 'whitespace-newline
;; t))


Caricamento…
Annulla
Salva