From 3b8f82e212d6b770987eb6f2c60d9413376d90e4 Mon Sep 17 00:00:00 2001 From: mattkae Date: Mon, 19 Jun 2023 20:08:01 -0400 Subject: Using ripgrep for search --- lisp/org-custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/org-custom.el') 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) -- cgit v1.2.1