Procházet zdrojové kódy

change fg color of whitespace-newline

pull/1/head
10sr před 11 roky
rodič
revize
22ddba78a3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit