org-present.

This commit is contained in:
Ivan Malison 2014-12-08 22:48:19 -08:00
parent 7eb617a102
commit 334482e1a4

View File

@ -35,7 +35,6 @@
(defvar ido-cur-list nil)
(defvar predicate nil)
(defvar inherit-input-method nil)
(defvar helm-swoop-last-prefix-number)
;; =============================================================================
;; Load Path Configuration
@ -563,6 +562,7 @@ The current directory is assumed to be the project's root otherwise."
("C-c n p" . org-projectile:project-todo-completing-read))
:config
(progn
(use-package org-present :ensure t)
(use-package org-projectile :ensure t)
(setq org-habit-graph-column 50)
(setq org-habit-show-habits-only-for-today t)
@ -606,10 +606,6 @@ The current directory is assumed to be the project's root otherwise."
(org-insert-todo-heading nil)
(org-make-habit))
(add-to-list 'org-capture-templates
`("t" "Life Todo" entry (file+headline ,org-gtd-file "Tasks")
"* TODO %?\n"))
(add-to-list 'org-capture-templates (org-projectile:project-todo-entry))
(add-to-list 'org-modules 'org-habit)