From a92bd363e4eb51516a9975d4404814a13a3a2ab9 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 21 Jul 2024 12:05:44 -0400 Subject: [PATCH] add no man's sky workspace / adjust for dedicated no mans sky org-mode file --- common/workspaces.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ()