add no man's sky workspace / adjust for dedicated no mans sky org-mode file

This commit is contained in:
KemoNine 2024-07-21 12:05:44 -04:00
parent 41ecbc30d4
commit a92bd363e4

View file

@ -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 ()