adding org agenda setup
This commit is contained in:
parent
40ad9fe1c1
commit
6d5ff9e818
|
@ -1055,7 +1055,8 @@ Part of this config includes some special capture templates for my work as a you
|
|||
org-agenda-sticky t
|
||||
org-fontify-quote-and-verse-blocks t
|
||||
org-src-preserve-indentation t
|
||||
org-src-window-setup 'other-window)
|
||||
org-src-window-setup 'other-window
|
||||
org-agenda-current-time-string "now >>>>>>>>>>>>>")
|
||||
|
||||
(add-hook 'org-mode-hook 'chris/org-mode-setup)
|
||||
|
||||
|
@ -1130,7 +1131,6 @@ Part of this config includes some special capture templates for my work as a you
|
|||
'("/home/chris/org/todo/inbox.org"
|
||||
"/home/chris/org/todo/notes.org"
|
||||
"/home/chris/org/repetition.org"
|
||||
"/home/chris/org/tasks.org"
|
||||
"/home/chris/org/tfc_plans.org"
|
||||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo/todo.org"
|
||||
|
@ -1180,7 +1180,9 @@ Part of this config includes some special capture templates for my work as a you
|
|||
(defun chris/org-agenda ()
|
||||
"create a window in AwesomeWM that houses my org-agenda"
|
||||
(interactive)
|
||||
(org-agenda-list))
|
||||
(make-frame '((name . "org-agenda")
|
||||
(width . 100)))
|
||||
(switch-to-buffer "*Org Agenda(a)*"))
|
||||
|
||||
:general
|
||||
(chris/leader-keys
|
||||
|
|
8
init.el
8
init.el
|
@ -658,7 +658,8 @@ vertically."
|
|||
org-agenda-sticky t
|
||||
org-fontify-quote-and-verse-blocks t
|
||||
org-src-preserve-indentation t
|
||||
org-src-window-setup 'other-window)
|
||||
org-src-window-setup 'other-window
|
||||
org-agenda-current-time-string "now >>>>>>>>>>>>>")
|
||||
|
||||
(add-hook 'org-mode-hook 'chris/org-mode-setup)
|
||||
|
||||
|
@ -733,7 +734,6 @@ vertically."
|
|||
'("/home/chris/org/todo/inbox.org"
|
||||
"/home/chris/org/todo/notes.org"
|
||||
"/home/chris/org/repetition.org"
|
||||
"/home/chris/org/tasks.org"
|
||||
"/home/chris/org/tfc_plans.org"
|
||||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo/todo.org"
|
||||
|
@ -783,7 +783,9 @@ vertically."
|
|||
(defun chris/org-agenda ()
|
||||
"create a window in AwesomeWM that houses my org-agenda"
|
||||
(interactive)
|
||||
(org-agenda-list))
|
||||
(make-frame '((name . "org-agenda")
|
||||
(width . 100)))
|
||||
(switch-to-buffer "*Org Agenda(a)*"))
|
||||
|
||||
:general
|
||||
(chris/leader-keys
|
||||
|
|
Loading…
Reference in a new issue