From e53bd5e8888a6c883620cf77720b841b59bfaa04 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 4 May 2013 18:22:24 +0200 Subject: Revert "Move as much as possible to custom.el" This reverts commit ca90f4623b44157ffa08555b4ac448d1b440ac5f. --- emacs/site-lisp/org-init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/site-lisp/org-init.el') diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el index 53cd826..ca822aa 100644 --- a/emacs/site-lisp/org-init.el +++ b/emacs/site-lisp/org-init.el @@ -148,6 +148,7 @@ ("ACQUIRE" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830")) ("IGNORED" :foreground "#999999" :background "#222224" :box (:width 1 :color "#333335")))) (setq org-use-fast-todo-selection t) +(setq org-agenda-skip-function-global 'oni:skip-ex-tag) (setq org-use-property-inheritance '("slug")) (add-hook 'org-agenda-mode-hook 'org-agenda-to-appt) -- cgit v1.2.3-54-g00ecf