From b0734aa61cc59995bc172fd76b5ae597a6aa67a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 30 Nov 2019 14:05:37 -0500 Subject: [PATCH] lang/org: fix 'void-function t' error running shell links --- modules/lang/org/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 7c30cdc1a..53abfaee2 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -188,7 +188,6 @@ background (and foreground) match the current theme." ;; You don't need my permission (just be careful, mkay?) org-confirm-babel-evaluate nil org-link-elisp-confirm-function nil - org-link-shell-confirm-function t ; except you, too dangerous ;; Show src buffer in popup, and don't monopolize the frame org-src-window-setup 'other-window)