diff --git a/common/workspaces.el b/common/workspaces.el index e700053..8d5a2c6 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -188,3 +188,16 @@ (scratch (let ((current-prefix-arg t)) (scratch--buffer-querymode))) ) ) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; warframe game workspace +(defun kmn/workspace-game-warframe () + (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_warframe.org") + (goto-char 0) + ) +) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index f45da58..1408e8c 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -39,14 +39,24 @@ (file "~/org/template_blog.org") ) ("g" "Gaming") - ("gc" "To Do - Crafted Gun" + ("gd" "Destiny") + ("gdc" "To Do - Crafted Gun" entry (id "65a28e9e-e484-4722-8a25-4fbf0a8dea2c") - (file "~/org/template_game_destiny_gun.org") + (file "~/org/games/template_game_destiny_gun.org") :prepend t :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t" ) + ("gw" "Warframe") + ("gwc" "To Do (Slipbox)" + entry (file+headline "~/org/games/games_warframe.org" "Slipbox") + "** TODO %^{Heading}\n%?" + :immediate-finish "f" + :jump-to-captured "t" + :unnarrowed "t" + :prepend "t" + ) ("h" "Health") ("hm" "Mike") ("hml" "Log Entry"