summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 706d90f..4fb5a40 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -2,6 +2,8 @@
(eval-after-load "org"
'(progn
(setq org-ellipsis "⤵")
+ (setq org-src-fontify-natively t)
+
(global-set-key (kbd "C-c o l") 'org-store-link)
(global-set-key (kbd "C-c o a") 'org-agenda)