fixing agenda hopefully but not
This commit is contained in:
parent
9ce38323f5
commit
f7ff0f3fcb
|
@ -1177,7 +1177,7 @@ Part of this config includes some special capture templates for my work as a you
|
||||||
|
|
||||||
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
||||||
|
|
||||||
(setq org-agenda-window-setup 'only-window)
|
(setq org-agenda-window-setup 'current-window)
|
||||||
|
|
||||||
(defun chris/org-agenda ()
|
(defun chris/org-agenda ()
|
||||||
"create a window in AwesomeWM that houses my org-agenda"
|
"create a window in AwesomeWM that houses my org-agenda"
|
||||||
|
|
2
init.el
2
init.el
|
@ -779,7 +779,7 @@ vertically."
|
||||||
|
|
||||||
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 6))))
|
||||||
|
|
||||||
(setq org-agenda-window-setup 'only-window)
|
(setq org-agenda-window-setup 'current-window)
|
||||||
|
|
||||||
(defun chris/org-agenda ()
|
(defun chris/org-agenda ()
|
||||||
"create a window in AwesomeWM that houses my org-agenda"
|
"create a window in AwesomeWM that houses my org-agenda"
|
||||||
|
|
Loading…
Reference in a new issue