summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2012-05-07 16:05:35 +0100
committerdakkar <dakkar@thenautilus.net>2012-05-07 16:05:49 +0100
commit4fc51fa992d00accb04333687306948a24ac8607 (patch)
treeca5acd15cba0829c86bfd79cb2bd740e2a1ada73
parentframemove (diff)
downloademacs-4fc51fa992d00accb04333687306948a24ac8607.tar.gz
emacs-4fc51fa992d00accb04333687306948a24ac8607.tar.bz2
emacs-4fc51fa992d00accb04333687306948a24ac8607.zip
flymake opts
-rwxr-xr-xinit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 957360a..55e5be9 100755
--- a/init.el
+++ b/init.el
@@ -40,6 +40,8 @@
'(enable-local-variables t)
'(file-coding-system-alist (quote (("\\.po\\'\\|\\.po\\." . po-find-file-coding-system) ("\\.dz\\'" no-conversion . no-conversion) ("\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion . no-conversion) ("\\.tgz\\'" no-conversion . no-conversion) ("\\.tbz\\'" no-conversion . no-conversion) ("\\.bz2\\'" no-conversion . no-conversion) ("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion . no-conversion) ("\\.elc\\'" emacs-mule . emacs-mule) ("\\.utf\\(-8\\)?\\'" . utf-8) ("\\(\\`\\|/\\)loaddefs.el\\'" raw-text . raw-text-unix) ("\\.tar\\'" no-conversion . no-conversion) ("\\.po[tx]?\\'\\|\\.po\\." . po-find-file-coding-system) ("\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'" . latexenc-find-file-coding-system) ("" undecided . utf-8))))
'(file-name-coding-system (quote utf-8) t)
+ '(flymake-log-level 0)
+ '(flymake-master-file-dirs (quote ("." "./src" "./lib" "./t/lib")))
'(footnote-section-tag-regexp "Notes?\\(\\[.\\]\\)?: ")
'(footnote-spaced-footnotes nil)
'(global-font-lock-mode t nil (font-lock))