소스 검색

Add color-identifiers-mode

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

+ 5
- 0
emacs.el 파일 보기

@@ -146,6 +146,7 @@ found, otherwise returns nil."
term-cursor
pydoc
swoop
color-identifiers-mode

editorconfig
editorconfig-custom-majormode
@@ -676,6 +677,10 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts

(when (fboundp 'color-identifiers-mode)
(add-hook 'prog-mode-hook
'color-identifiers-mode))

(setq text-quoting-style 'grave)

;; (set-face-background 'vertical-border (face-foreground 'mode-line))


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