diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:04:22 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:04:22 -0700 |
commit | 758ecf1ecd4305700eba79c03d29c24d786aaccb (patch) | |
tree | 60b20e1d725d238a16187bcbffadf95e3895e90e /emacs.d/custom/fcuny-org.el | |
parent | [emacs] more re-work of the templates. (diff) | |
download | emacs.d-758ecf1ecd4305700eba79c03d29c24d786aaccb.tar.gz |
[emacs] fontify code with org-babel
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 1 |
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")) |