adding org agenda setup
This commit is contained in:
parent
40ad9fe1c1
commit
6d5ff9e818
2 changed files with 10 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue