Remove obsolete helm configuration for org-capture

This commit is contained in:
Daniel Borchmann 2025-08-07 16:34:12 +02:00
parent 117b32f62f
commit 2159114cba
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1385,13 +1385,7 @@ accordingly."
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%a%?")
:empty-lines-before 1
:empty-lines-after 1)))
:config (progn
;; disable usage of helm for `org-capture'
(with-eval-after-load 'helm-mode
(defvar helm-completing-read-handlers-alist) ; for the byte compiler
(add-to-list 'helm-completing-read-handlers-alist
'(org-capture . nil)))))
:empty-lines-after 1))))
;; Babel