summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2016-03-21 17:35:33 -0500
committerAdam Porter <adam@alphapapa.net>2016-03-21 18:23:18 -0500
commitf9a27d6556bc628bb6b5d8561333cedea0326ab8 (patch)
tree2de02a6cccad4593c929761003b33e19ea75268a /helm-mode.el
parentf3e58c3eaf9ffe90bec2bec0b07bda90efca9640 (diff)
helm-mode.el, helm-org.el: Improve org tag completion
Thanks to Anders Johansson's code he posted at <https://groups.google.com/d/msg/emacs-helm/tA6cn6TUdRY/G1S3TIdzBwAJ>. helm-mode.el: Add to helm-completing-read-handlers-alist. helm-org.el: * (helm-org-completing-read-tags): Add function. * (helm-org-completing-read-multiple): Add function.
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-mode.el b/helm-mode.el
index 7e8e9c1b..f56899f7 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -37,6 +37,7 @@
(trace-function-foreground . helm-completing-read-symbols)
(trace-function-background . helm-completing-read-symbols)
(find-tag . helm-completing-read-with-cands-in-buffer)
+ (org-set-tags . helm-org-completing-read-tags)
(ffap-alternate-file . nil)
(tmm-menubar . nil)
(find-file . nil)