Improved org-mode: enable syntax highlight in code blocks

This commit is contained in:
nemunaire 2017-05-19 14:49:37 +02:00
parent b06721db85
commit 1b0973e316
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
(setq org-use-speed-commands t)
(setq org-ellipsis "\u2026" )
(setq org-completion-use-ido t)
(setq org-src-fontify-natively t) ;;syntax highlight code blocks
;; Markdown-mode
(add-to-list 'auto-mode-alist '("\\.md$" . markdown-mode))