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.
This commit is contained in:
Tu Do 2015-05-29 11:13:07 +07:00 committed by syl20bnr
parent 7d53585795
commit b602eb0dd0
1 changed files with 2 additions and 1 deletions

View File

@ -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))