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:
parent
bf60b7c305
commit
1d1b2a4d4f
|
@ -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))
|
||||
|
|
Reference in a new issue