aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-org.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-03 08:29:49 +1000
committerYuchen Pei <id@ypei.org>2023-08-03 08:29:49 +1000
commit53d94b9afd8dd51dd591f70b4f00b77c3ed403b4 (patch)
treecc0a805c0077ac7869e6e6af6773c37ceff0ee1f /emacs/.emacs.d/init/ycp-org.el
parent66aac92722ec86788367749aa25214a0baaa89a6 (diff)
fixing a few things in bbdb, json and org
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index 2d40c37..f13fb0f 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -294,6 +294,7 @@
(setq org-use-speed-commands t)
(setq org-speed-commands
'(("User commands")
+ ("g" . org-delete-property)
("W" . my-org-clock-refile-clocking)
("+" . my-org-vote-up)
("-" . my-org-vote-down)