(add-hook 'org-roam-find-file-hook
#'(lambda () (setq-local org-insert-heading-hook
(delete 'org-id-get-create
org-insert-heading-hook))))
What is better way?
You must log in or # to comment.
(add-hook 'org-roam-find-file-hook
#'(lambda () (setq-local org-insert-heading-hook
(delete 'org-id-get-create
org-insert-heading-hook))))
What is better way?