aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-13 15:02:51 +0800
committerGuangxiong Lin <[email protected]>2022-03-13 15:02:51 +0800
commit908a8fc2958ef7a1d7fe7342892511be9357a4b9 (patch)
tree2165ef684efb26935c46509fdded41f35b96799c /.emacs.d/lisp
parentcd9a16cf37fe45253770ba73ae1d437991d9cbc6 (diff)
downloaddotfiles-908a8fc2958ef7a1d7fe7342892511be9357a4b9.tar.gz
dotfiles-908a8fc2958ef7a1d7fe7342892511be9357a4b9.tar.bz2
dotfiles-908a8fc2958ef7a1d7fe7342892511be9357a4b9.zip
Don't confirm on org babel (emacs)
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 5fcbdf4..9d4cea2 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -181,6 +181,7 @@
(with-eval-after-load 'org
(add-to-list 'org-modules 'org-habit t)
(add-to-list 'org-modules 'org-tempo t))
+(setq org-confirm-babel-evaluate nil)
;; babel
(with-eval-after-load 'org