Move helm-org config to completion/helm
This commit is contained in:
parent
9d770546da
commit
a8e7c4fd45
4 changed files with 12 additions and 12 deletions
|
@ -916,13 +916,3 @@ compelling reason, so..."
|
|||
(org-clock-load))
|
||||
:config
|
||||
(add-hook 'kill-emacs-hook #'org-clock-save)))
|
||||
|
||||
(use-package! helm-org
|
||||
:if (featurep! :completion helm)
|
||||
:defer t
|
||||
:init
|
||||
(progn
|
||||
(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))))
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
(package! ob-rust))
|
||||
|
||||
;;; Modules
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-org))
|
||||
(when (featurep! +dragndrop)
|
||||
(package! org-download))
|
||||
(when (featurep! +gnuplot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue