From 18851e942923eb8c9f98691b880a1e712b6b289a Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 18 Sep 2018 22:17:15 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 4683486..283eec8 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -200,6 +200,12 @@ Will prompt you shell name when you type `C-u' before this command." t) (append '(("\\.rst$" . rst-mode) ("\\.rest$" . rst-mode)) auto-mode-alist)) +;; graphviz-dot-mode +(autoload 'graphviz-dot-mode "graphviz-dot-mode" + "Major mode for the dot language." t) +(add-to-list 'auto-mode-alist '("\\.dot\\'" . graphviz-dot-mode)) +(add-to-list 'auto-mode-alist '("\\.gv\\'" . graphviz-dot-mode)) + ;; textile-mode (autoload 'textile-mode "textile-mode" "Major mode for editing Textile documents." t) @@ -552,6 +558,8 @@ Will prompt you shell name when you type `C-u' before this command." t) '(ecb-windows-width 0.2) '(elscreen-display-tab t) '(global-whitespace-mode t) + '(graphviz-dot-auto-indent-on-newline nil) + '(graphviz-dot-auto-indent-on-semi nil) '(haskell-program-name "ghci") '(ido-enable-flex-matching t) '(ido-everywhere t) -- 2.40.0