Skip to content
Snippets Groups Projects
Commit 1c61bb29 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Add makefile support in org mode

parent db6929cd
No related branches found
No related tags found
No related merge requests found
...@@ -573,6 +573,11 @@ Some of my configuration entries where borrowed from other people, see ...@@ -573,6 +573,11 @@ Some of my configuration entries where borrowed from other people, see
#+END_SRC #+END_SRC
Preserve indentation in source block (useful for makefiles to preserve tabs for example)
#+begin_src emacs-lisp
(setq org-src-preserve-indentation t)
#+end_src
Don't ask before evaluating Don't ask before evaluating
#+begin_src emacs-lisp #+begin_src emacs-lisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment