소스 검색

Add fic-mode

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

+ 5
- 0
emacs.el 파일 보기

@@ -138,6 +138,7 @@ found, otherwise returns nil."
highlight-indentation
diminish
fzf
fic-mode

editorconfig
editorconfig-custom-majormode
@@ -752,6 +753,10 @@ found, otherwise returns nil."
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

(when (fboundp 'fic-mode)
(add-hook prog-mode-hook
'fic-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling



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