Added some org-babel related settings

This commit is contained in:
Lars Tveito 2015-04-22 00:07:20 +02:00
parent af2c7aad69
commit c4f8753989

View File

@ -658,9 +658,10 @@
be themed as they would in their native mode. be themed as they would in their native mode.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq org-src-fontify-natively t (setq org-src-fontify-natively t
org-confirm-babel-evaluate nil) org-src-tab-acts-natively t
org-confirm-babel-evaluate nil
org-edit-src-content-indentation 0)
#+END_SRC #+END_SRC
This is quite an ugly fix for allowing code markup for expressions like This is quite an ugly fix for allowing code markup for expressions like