diff --git a/etc/conf.org b/etc/conf.org index 7d65f22..3447646 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1100,7 +1100,9 @@ Enable shortcuts for embedding code in org text bodies. #+BEGIN_SRC emacs-lisp (setq org-src-window-setup 'current-window org-src-fontify-natively t - org-edit-src-content-indentation 0) + org-edit-src-content-indentation 0 + org-babel-load-languages '((emacs-lisp . t) + (org . t))) (add-to-list 'org-structure-template-alist '("el" "#+BEGIN_SRC emacs-lisp\n?\n#+END_SRC"))