add destiny (game) workspace
This commit is contained in:
parent
378438835e
commit
da6c9c62d4
|
@ -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)
|
||||
)
|
||||
)
|
||||
|
|
Reference in a new issue