diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-11 14:37:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-11 14:37:33 +0100 |
commit | 90df4b9d972c56fd46019955505cc8b03db010d6 (patch) | |
tree | dd68ce274fa50edf578642c5ab572f69c882f9a3 /init.el | |
parent | 711ebb8bf592b49e534d1ba96125abf728b0a29d (diff) |
New tag shortcut, capture template and snippets
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1392,6 +1392,8 @@ If failed try to complete the common part with `company-complete-common'" "* %?\n%^t--%^t") ("wm" "Work Calendar - Meeting" entry (file+headline "~/Documents/org/mod.org" "Meetings") "* %?\n:PROPERTIES:\n:CATEGORY: Meeting\n:END:\n%^T") + ("wC" "Work Colleague - Block" entry (file+headline "~/Documents/org/mod.org" "Colleagues Calendar") + "* %?\n%^t--%^t") ("e" "Emacs Tip") ("et" "Emacs Tip" entry (file+headline "~/Documents/org/emacs-tips.org" "Emacs Tips") "* %?\n\t%a") @@ -1403,6 +1405,7 @@ If failed try to complete the common part with `company-complete-common'" ("idea" . ?d) ("work" . ?w) ("baes" . ?B) + ("rrdl" . ?r) ("offscreen" . ?O) ("computer" .?c) ("home" . ?h) |