Browse Source

Fix whitespace-mode configs

pull/15/head
10sr 8 years ago
parent
commit
f223701f2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -721,7 +721,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(global-whitespace-mode t)
(add-hook 'dired-mode-hook
(lambda ()
(setq whitespace-style nil)))
(set (make-local-variable 'whitespace-style) nil)))
(if (eq (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "color-109")


Loading…
Cancel
Save