From b602eb0dd046e606e7c8b53bd9b73ba019942911 Mon Sep 17 00:00:00 2001 From: Tu Do Date: Fri, 29 May 2015 11:13:07 +0700 Subject: [PATCH] Fontify code in org-block Org look prettier when source code block is fontified by its major mode, instead of a plain gray of `org-block` face. --- contrib/org/packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/org/packages.el b/contrib/org/packages.el index 1006c1938..5f744a7c7 100644 --- a/contrib/org/packages.el +++ b/contrib/org/packages.el @@ -45,7 +45,8 @@ :defer t :init (progn - (setq org-log-done t) + (setq org-log-done t + org-src-fontify-natively t) (eval-after-load 'org-indent '(spacemacs|hide-lighter org-indent-mode))