summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-05-13 20:04:22 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-13 20:04:22 -0700
commit758ecf1ecd4305700eba79c03d29c24d786aaccb (patch)
tree60b20e1d725d238a16187bcbffadf95e3895e90e
parent[emacs] more re-work of the templates. (diff)
downloademacs.d-758ecf1ecd4305700eba79c03d29c24d786aaccb.tar.gz
[emacs] fontify code with org-babel
-rw-r--r--emacs.d/custom/fcuny-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index d3a3c69..3bc76eb 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -20,6 +20,7 @@
   (org-lowest-priority ?4)
 
   (org-pretty-entities t)
+  (org-src-fontify-natively t)
 
   (org-startup-indented t)
   (org-directory (expand-file-name "~/Dropbox/notebooks"))