소스 검색

Exclude toml for aggressive-indent

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

+ 5
- 3
emacs.el 파일 보기

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-09 19:28:35 JST 10sr>
;; Time-stamp: <2018-10-10 12:26:10 JST 10sr>

;;; Code:

@@ -837,8 +837,10 @@ found, otherwise returns nil."

(when (safe-require-or-eval 'aggressive-indent)
(defvar aggressive-indent-excluded-modes)
(add-to-list 'aggressive-indent-excluded-modes
'diff-mode)
(setq aggressive-indent-excluded-modes
`(diff-mode
toml-mode
,@aggressive-indent-excluded-modes))
(global-aggressive-indent-mode 1))

(when (autoload-eval-lazily 'ggtags)


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