summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 2506cb4..61b7532 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -33,7 +33,7 @@
)
(org-indent-mode 1)
- )
+ (visual-line-mode 1))
(setq org-directory "~/OrgRoam")
@@ -49,6 +49,8 @@
(add-hook 'org-mode-hook 'org-custom-hook)
+(setq org-src-fontify-natively t)
+
(use-package org-super-agenda
:ensure t)