org-present.
This commit is contained in:
parent
7eb617a102
commit
334482e1a4
6
init.el
6
init.el
@ -35,7 +35,6 @@
|
|||||||
(defvar ido-cur-list nil)
|
(defvar ido-cur-list nil)
|
||||||
(defvar predicate nil)
|
(defvar predicate nil)
|
||||||
(defvar inherit-input-method nil)
|
(defvar inherit-input-method nil)
|
||||||
(defvar helm-swoop-last-prefix-number)
|
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Load Path Configuration
|
;; 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))
|
("C-c n p" . org-projectile:project-todo-completing-read))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(use-package org-present :ensure t)
|
||||||
(use-package org-projectile :ensure t)
|
(use-package org-projectile :ensure t)
|
||||||
(setq org-habit-graph-column 50)
|
(setq org-habit-graph-column 50)
|
||||||
(setq org-habit-show-habits-only-for-today t)
|
(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-insert-todo-heading nil)
|
||||||
(org-make-habit))
|
(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-capture-templates (org-projectile:project-todo-entry))
|
||||||
|
|
||||||
(add-to-list 'org-modules 'org-habit)
|
(add-to-list 'org-modules 'org-habit)
|
||||||
|
Loading…
Reference in New Issue
Block a user