Compare commits
No commits in common. "da6c9c62d4137a8c78b192d38ec0fba526bf32db" and "40afda5db801a1384b52279288dd56a4a461bbb9" have entirely different histories.
da6c9c62d4
...
40afda5db8
|
@ -188,29 +188,3 @@
|
||||||
(scratch (let ((current-prefix-arg t)) (scratch--buffer-querymode)))
|
(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)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
; 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)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
|
@ -39,24 +39,14 @@
|
||||||
(file "~/org/template_blog.org")
|
(file "~/org/template_blog.org")
|
||||||
)
|
)
|
||||||
("g" "Gaming")
|
("g" "Gaming")
|
||||||
("gd" "Destiny")
|
("gc" "To Do - Crafted Gun"
|
||||||
("gdc" "To Do - Crafted Gun"
|
|
||||||
entry (id "65a28e9e-e484-4722-8a25-4fbf0a8dea2c")
|
entry (id "65a28e9e-e484-4722-8a25-4fbf0a8dea2c")
|
||||||
(file "~/org/games/template_game_destiny_gun.org")
|
(file "~/org/template_game_destiny_gun.org")
|
||||||
:prepend t
|
:prepend t
|
||||||
:immediate-finish "f"
|
:immediate-finish "f"
|
||||||
:jump-to-captured "t"
|
:jump-to-captured "t"
|
||||||
:unnarrowed "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")
|
("h" "Health")
|
||||||
("hm" "Mike")
|
("hm" "Mike")
|
||||||
("hml" "Log Entry"
|
("hml" "Log Entry"
|
||||||
|
|
Reference in a new issue