Selaa lähdekoodia

change fg color of whitespace-newline

pull/1/head
10sr 11 vuotta sitten
vanhempi
commit
22ddba78a3
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Näytä tiedosto

@@ -418,7 +418,8 @@ found, otherwise returns nil."
(add-to-list 'whitespace-display-mappings
`(newline-mark ?\n ,(vconcat "$\n"))
)
(global-whitespace-mode t))
(global-whitespace-mode t)
(set-face-foreground 'whitespace-newline "brightblack"))

(and nil
(fetch-library


Ladataan…
Peruuta
Tallenna