(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)
'(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)