From 9edd604d2629aba3a272b1eef471f0002f88ce7d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 11 Apr 2024 18:58:59 +0200 Subject: [PATCH] Fix ill-worded comment --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 0d393f5..e1d8a10 100644 --- a/init.el +++ b/init.el @@ -719,9 +719,10 @@ ;; Hide drawers by default when cycling items (add-hook 'org-cycle-hook #'org-cycle-hide-drawers) - ;; Statically color links sponding to whether the file exists, but - ;; this turns out to be slow on Windows; we can use `org-lint' for - ;; this when necessary) + ;; Statically color links indepedently of whether the file exists or + ;; not (we could add different faces to highlight non-existing + ;; files, but this turns out to be slow on Windows, and we can use + ;; `org-lint' to check this when necessary) (org-link-set-parameters "file" :face 'org-link) ;; File Apps