From c4f875398921ca0f74f0851d8ec1c901437ae3dd Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Wed, 22 Apr 2015 00:07:20 +0200 Subject: [PATCH] Added some org-babel related settings --- init.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index bd47827..afdf5e2 100644 --- a/init.org +++ b/init.org @@ -658,9 +658,10 @@ be themed as they would in their native mode. #+BEGIN_SRC emacs-lisp - (setq org-src-fontify-natively t - org-confirm-babel-evaluate nil) - + (setq org-src-fontify-natively t + org-src-tab-acts-natively t + org-confirm-babel-evaluate nil + org-edit-src-content-indentation 0) #+END_SRC This is quite an ugly fix for allowing code markup for expressions like