lang/org: don't ask for permission to run elisp links
We'll trust the user to know what they're doing
This commit is contained in:
parent
c80413fabc
commit
51defe93ce
1 changed files with 4 additions and 1 deletions
|
@ -184,7 +184,10 @@ background (and foreground) match the current theme."
|
|||
(defun +org-init-babel-h ()
|
||||
(setq org-src-preserve-indentation t ; use native major-mode indentation
|
||||
org-src-tab-acts-natively t
|
||||
org-confirm-babel-evaluate nil ; you don't need my permission
|
||||
;; 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue