Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-09-24 07:30:51 -05:00
commit a13804a55c
2 changed files with 2 additions and 2 deletions

View file

@ -1173,7 +1173,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-agenda-window-setup 'only-window)
(setq org-agenda-window-setup 'current-window)
(defun chris/org-agenda ()
"create a window in AwesomeWM that houses my org-agenda"

View file

@ -775,7 +775,7 @@ vertically."
(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 ()
"create a window in AwesomeWM that houses my org-agenda"