소스 검색

emacs.el: add commented code to make eol marker bold

pull/1/head
10sr 10 년 전
부모
커밋
217ff6cc1a
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. +7
    -4
      emacs.el

+ 7
- 4
emacs.el 파일 보기

@@ -547,10 +547,13 @@ found, otherwise returns nil."
))
;; (setq whitespace-newline 'font-lock-comment-face)
(global-whitespace-mode t)
(when (eq (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "brightblack")))

(if (eq (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "brightblack")
;; (progn
;; (set-face-bold-p 'whitespace-newline
;; t))
))
(and nil
(fetch-library
"http://www.emacswiki.org/emacs/download/fill-column-indicator.el"


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