소스 검색

Disable whitespace-mode in dired-mode

pull/15/head
10sr 8 년 전
부모
커밋
2a1b2c349d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 파일 보기

@@ -714,6 +714,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; (setq whitespace-newline 'font-lock-comment-face)
(set-variable 'whitespace-line-column nil)
(global-whitespace-mode t)
(add-hook 'dired-mod-hook
(lambda ()
(setq whitespace-style nil)))
(if (eq (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "color-109")


불러오는 중...
취소
저장