add destiny (game) workspace

This commit is contained in:
KemoNine 2023-05-02 10:05:15 -04:00
parent 378438835e
commit da6c9c62d4
1 changed files with 13 additions and 0 deletions

View File

@ -201,3 +201,16 @@
(goto-char 0)
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; destiny game workspace
(defun kmn/workspace-game-destiny ()
(interactive)
(let ((frame (make-frame)))
(select-frame-set-input-focus frame)
(delete-other-windows)
(find-file "~/org/games/_games.org")
(find-file "~/org/games/games_destiny.org")
(goto-char 0)
)
)