Support today-{expected,actual}
"Everybody has a plan until they get punched in the mouth" - Mike Tyson
This commit is contained in:
parent
514c5797de
commit
59be1ee981
1 changed files with 3 additions and 1 deletions
|
@ -598,7 +598,9 @@ Currently using super- as the prefix for switching workspaces."
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
(progn
|
(progn
|
||||||
(exwm/switch "Todos")
|
(exwm/switch "Todos")
|
||||||
(org-helpers/find-file "today.org"))
|
(org-helpers/find-file "today-expected.org")
|
||||||
|
(wpc/evil-window-vsplit-right)
|
||||||
|
(org-helpers/find-file "today-actual.org"))
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Dotfiles
|
;; Dotfiles
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in a new issue