Checkpoint commit

This commit is contained in:
mANIA pHOBIC 2013-10-19 14:43:33 -07:00
parent 6e3e5cd4fa
commit b3fef73fc4
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(org-agenda-files (quote ("~/Documents/planning/2013/08/17/plans.org")))) '(org-agenda-files (quote ("~/Documents/planning/categories/travel.org" "~/Documents/planning/categories/personal.org"))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

View file

@ -3,5 +3,8 @@
; ;
(setq (setq
calendar-week-start-day 1
org-archive-location "../archive/%s::"
org-log-done 'time
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE")) org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
) )