Remove obsolete helm configuration for org-capture
This commit is contained in:
parent
117b32f62f
commit
2159114cba
8
init.el
8
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user