mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Added some org-babel related settings
This commit is contained in:
parent
af2c7aad69
commit
c4f8753989
7
init.org
7
init.org
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user