summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-25 21:27:41 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-25 21:27:41 -0500
commit9f758086248635b85b38d256867f8cac228e71c9 (patch)
treec37874a41c2e7c83d0cd80904a616f6ce483fb8c /lisp
parent3c55a0c93e686ca0d20c057ce80780c3ed098b76 (diff)
downloademacs.d-9f758086248635b85b38d256867f8cac228e71c9.tar.gz
Correct position of heading in init-org.el
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 0e66f72..defdcbd 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -123,6 +123,7 @@ Before running `org-tree-to-indirect-buffer',
(add-hook 'message-mode-hook 'km/load-orgstruct)
(add-hook 'git-commit-mode-hook 'km/load-orgstruct)
+;;; Agenda
(defadvice org-agenda-list (around org-agenda-fullscreen activate)
"Start agenda in fullscreen.
@@ -138,8 +139,6 @@ be restored properly."
(setq org-agenda-restore-windows-after-quit t
org-agenda-sticky nil)
-;;; Agenda
-
(setq org-agenda-files '("~/notes/calendar.org" "~/notes/tasks.org")
org-default-notes-file "~/notes/tasks.org"
org-agenda-show-all-dates t