tweak helm separator for multi-select so it works by default with org tags ; this could be an issue with other things ; this should really be a function

This commit is contained in:
KemoNine 2022-09-06 15:23:18 -04:00
parent bf60b7c305
commit 1d1b2a4d4f
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@
(load "~/.emacs.d.profiles/common/helm-org.el")
(require 'helm-org)
(helm-mode 1)
; fix helm multi-tag select (needs custom seprator. default is comma
(setq helm-crm-default-separator ":")
(add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags))
(add-to-list 'helm-completing-read-handlers-alist '(org-set-tags . helm-org-completing-read-tags))
(add-to-list 'helm-completing-read-handlers-alist '(org-set-tags-command . helm-org-completing-read-tags))