diff --git a/common/workspaces.el b/common/workspaces.el index a895326..ef1f60b 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -214,6 +214,19 @@ (kmn/workspace-code-empty "~/src") ) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; no man's sky game workspace +(defun kmn/workspace-game-nms () + (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_nms.org") + (goto-char 0) + ) +) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; warframe game workspace (defun kmn/workspace-game-warframe ()