add no man's sky workspace / adjust for dedicated no mans sky org-mode file
This commit is contained in:
parent
41ecbc30d4
commit
a92bd363e4
|
@ -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 ()
|
||||
|
|
Reference in a new issue