lang/org: fix 'void-function t' error running shell links

This commit is contained in:
Henrik Lissner 2019-11-30 14:05:37 -05:00
parent 19e4c42adc
commit b0734aa61c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -188,7 +188,6 @@ background (and foreground) match the current theme."
;; You don't need my permission (just be careful, mkay?) ;; You don't need my permission (just be careful, mkay?)
org-confirm-babel-evaluate nil org-confirm-babel-evaluate nil
org-link-elisp-confirm-function 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 ;; Show src buffer in popup, and don't monopolize the frame
org-src-window-setup 'other-window) org-src-window-setup 'other-window)