From 56bf9566d2d1ff6814ec32e38550c84962d7f15b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 23 Jun 2023 09:42:22 +1000 Subject: adding votes to org entries --- emacs/.emacs.d/init/ycp-org.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/init') 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) -- cgit v1.2.3