Add helm-org (bound but not installed).
This commit is contained in:
parent
d1a299b9f5
commit
3996b01457
2 changed files with 12 additions and 0 deletions
|
@ -904,3 +904,13 @@ compelling reason, so..."
|
||||||
(org-clock-load))
|
(org-clock-load))
|
||||||
:config
|
:config
|
||||||
(add-hook 'kill-emacs-hook #'org-clock-save)))
|
(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,6 +36,8 @@
|
||||||
(package! ob-rust))
|
(package! ob-rust))
|
||||||
|
|
||||||
;;; Modules
|
;;; Modules
|
||||||
|
(when (featurep! :completion helm)
|
||||||
|
(package! helm-org))
|
||||||
(when (featurep! +dragndrop)
|
(when (featurep! +dragndrop)
|
||||||
(package! org-download))
|
(package! org-download))
|
||||||
(when (featurep! +gnuplot)
|
(when (featurep! +gnuplot)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue