Prefer simpler window layout for Org workspace

Prefer only seeing today.org in my Org workspace.
This commit is contained in:
William Carroll 2020-01-15 17:19:47 +00:00
parent f5798419da
commit f5e19abcb3

View file

@ -605,9 +605,7 @@ Currently using super- as the prefix for switching workspaces."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(progn
(exwm/switch "Todos")
(org-helpers/find-file "today.org")
(wpc/evil-window-vsplit-right)
(org-helpers/find-file "emacs.org"))
(org-helpers/find-file "today.org"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Dotfiles
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;