소스 검색

Use whitelist to enable highlight-indentation-mode

master
10sr 5 년 전
부모
커밋
6e400fdae7
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. +7
    -5
      emacs.el

+ 7
- 5
emacs.el 파일 보기

@@ -721,11 +721,13 @@ found, otherwise returns nil."


(when (safe-require-or-eval 'highlight-indentation)
(safe-require-or-eval 'easy-mmode)
(define-globalized-minor-mode global-highlight-indentation-mode
highlight-indentation-mode highlight-indentation-mode)
(global-highlight-indentation-mode 1)
(set-face-background 'highlight-indentation-face "color-236"))
(set-face-background 'highlight-indentation-face "color-236")
(dolist (hook
'(
prog-mode-hook
))
(add-hook hook
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


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