Przeglądaj źródła

Exclude toml for aggressive-indent

master
10sr 6 lat temu
rodzic
commit
a250469443
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 5 dodań i 3 usunięć
  1. +5
    -3
      emacs.el

+ 5
- 3
emacs.el Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz