aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-03-12 00:52:28 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-03-12 01:29:24 +0900
commit2aa109c260b01265deada4406a3f910eba4f5a24 (patch)
treecd44cebe7a3dc88fbd0ef655c88abb007a84b214
parent924d7d68a26c597715c176a7dedce4f8264b8397 (diff)
emacs: Update org-babel configs
-rw-r--r--.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index a949774..79a9077 100644
--- a/.emacs
+++ b/.emacs
@@ -63,7 +63,9 @@
'org-babel-load-languages
'((shell . t)
(emacs-lisp . t)
- (scheme . t)))
+ (scheme . t)
+ (eshell . t)))
+(setq org-confirm-babel-evaluate nil)
;;; org-bullets
(require 'org-bullets)