diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 5ff81b3b..275f5899 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -717,6 +717,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." :bind (("C-c n p" . imalison:helm-org-todo)) :config (progn + (setq org-confirm-elisp-link-function nil) (defun imalison:helm-org-todo (&optional arg) (interactive "P") (helm :sources (list (helm-source-org-capture-templates)