소스 검색

Fix config of tab-mark

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

+ 3
- 2
emacs.el 파일 보기

@@ -618,8 +618,9 @@ found, otherwise returns nil."
))

(when (safe-require-or-eval 'whitespace)
(add-to-list 'whitespace-display-mappings ; not work
`(tab-mark ?\t ,(vconcat "^I\t")))
(add-to-list 'whitespace-display-mappings
;; We need t since last one takes precedence
`(tab-mark ?\t ,(vconcat "^I\t")) t)
;; (add-to-list 'whitespace-display-mappings
;; `(newline-mark ?\n ,(vconcat "$\n")))
(setq whitespace-style '(face


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