From 2159114cba7d8d862013d516c5d6ff4292b6e691 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 7 Aug 2025 16:34:12 +0200 Subject: [PATCH] Remove obsolete helm configuration for org-capture --- init.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/init.el b/init.el index b676d8b..f0829ed 100644 --- a/init.el +++ b/init.el @@ -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