Sfoglia il codice sorgente

Fix whitespace-mode fill-column value

pull/15/head
10sr 8 anni fa
parent
commit
3f44e1dec1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi File

@@ -712,6 +712,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
lines-tail ; lines over 80
))
;; (setq whitespace-newline 'font-lock-comment-face)
(set-variable 'whitespace-line-column nil)
(global-whitespace-mode t)
(if (eq (display-color-cells)
256)


Caricamento…
Annulla
Salva