From 758ecf1ecd4305700eba79c03d29c24d786aaccb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 13 May 2019 20:04:22 -0700 Subject: [emacs] fontify code with org-babel --- emacs.d/custom/fcuny-org.el | 1 + 1 file changed, 1 insertion(+) 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")) -- cgit 1.4.1