aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-23 09:42:22 +1000
committerYuchen Pei <id@ypei.org>2023-06-23 09:42:22 +1000
commit56bf9566d2d1ff6814ec32e38550c84962d7f15b (patch)
tree7952cb84eadc752d96d8cdd6b13557f2b84ff27f /emacs/.emacs.d/init
parentbdc3969b723efdf9baad34e22f3f90702352a0a5 (diff)
adding votes to org entries
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index 93d192f..6dbc26e 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -250,6 +250,8 @@
(setq org-use-speed-commands t)
(setq org-speed-commands
'(("User commands")
+ ("+" . my-org-vote-up)
+ ("-" . my-org-vote-down)
("m" . my-magit-clone-org-source)
("c" . my-org-copy-property-value)
("x" . my-org-osm-goto)