Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
a13804a55c
|
@ -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-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
|
@ -775,7 +775,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