From b48187b4da6b157f2eb608e1100a7231de4f4cc0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 21 Feb 2015 21:04:44 -0800 Subject: [PATCH] Get rid of confirm elisp links. --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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)