summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-06-19 20:08:01 -0400
committermattkae <mattkae@protonmail.com>2023-06-19 20:08:01 -0400
commit3b8f82e212d6b770987eb6f2c60d9413376d90e4 (patch)
tree32f1c86644524df78e7ea0476ad8b4721d6ac4c8 /lisp/org-custom.el
parent6ca7cca330cfa5e15c9a62ed258e9bb747025c73 (diff)
Using ripgrep for search
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)