org-present.
This commit is contained in:
parent
0e72d37a80
commit
ce7e15004b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user