changes from hp002 on Sun Aug 18 12:17:37 PDT 2013

This commit is contained in:
mANIA pHOBIC 2013-08-18 12:17:37 -07:00
parent dd4df80ac2
commit 6e3e5cd4fa
2 changed files with 16 additions and 1 deletions

12
init.el
View file

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

View file

@ -1,4 +1,7 @@
;
;
; Configure the TODO keyword sequence
;
(setq
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)