.emacs.d/init.el

This commit is contained in:
Tom Willemsen 2012-10-16 10:04:03 +02:00
parent e0f1cc78a2
commit f60cb771b6

View file

@ -175,14 +175,17 @@
(setq flymake-gui-warnings-enabled nil)
(setq flymake-info-line-regexp
(eval-when-compile
(regexp-opt '("Invalid name"))))
(regexp-opt '("Invalid name"
"Missing docstring"
"multiple imports on one line"
"expected 2 blank lines, found 1"
"TODO:"))))
(setq flymake-log-file-name (expand-file-name "~/.emacs.d/flymake.log"))
(setq flymake-log-level 0)
(setq flymake-warn-line-regexp
(eval-when-compile
(regexp-opt '("warning"
"Warning"
"Missing docstring"
"String statement has no effect"
"No value passed for parameter"
"imported but unused"))))
@ -230,10 +233,10 @@
(oni:email ryuslash at ninthfloor dot org)
(oni:email thomas at aethon dot nl)))
(setq org-agenda-custom-commands
'(("b" "Bookmarks to look at."
todo "LOOKAT")
("w" "Work todo."
tags-todo "CATEGORY=\"Work\"")))
'(("wt" "Work todo."
tags-todo "CATEGORY=\"Work\"")
("wm" "Myaethon2 todo."
tags-todo "CATEGORY=\"myaethon2\"")))
(setq org-agenda-sorting-strategy
'((agenda habit-down time-up priority-down category-keep)
(todo priority-down category-up)