summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-16 10:04:03 +0200
committerGravatar Tom Willemsen2012-10-16 10:04:03 +0200
commitf60cb771b6ba21e04526f727dd2956543901d0ba (patch)
tree899f45c29f9cc625605ab3ed6499e72e7a8b8344 /.emacs.d/init.el
parente0f1cc78a219cc386c6895d4f354f378e319448a (diff)
downloaddotfiles-f60cb771b6ba21e04526f727dd2956543901d0ba.tar.gz
dotfiles-f60cb771b6ba21e04526f727dd2956543901d0ba.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el15
1 files changed, 9 insertions, 6 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e6bd973..e2d6da8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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)