From 701a593b548db08146e1049e827e5a3eea925fb6 Mon Sep 17 00:00:00 2001
From: Vedang Manerikar <ved.manerikar@gmail.com>
Date: Sat, 23 Nov 2024 09:43:39 +0530
Subject: [PATCH] At this point, we have copied over all of core.el from el-get

EXCEPT for the treesit settings, which I am purposely ignoring until I
understand what has changed in the latest Emacs versions. I think many
of those settings are no longer necessary
---
 unravel-emacs.org                | 2 +-
 unravel-modules/unravel-langs.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/unravel-emacs.org b/unravel-emacs.org
index 55e0ac6..2ef7766 100644
--- a/unravel-emacs.org
+++ b/unravel-emacs.org
@@ -4590,7 +4590,7 @@ Prot is the developer and maintainer of this package.
     (setq denote-buffer-has-backlinks-string " (<--->)")
     (setq denote-backlinks-show-context t)
     (setq denote-org-store-link-to-heading t)
-    
+
     ;; Journal settings
     (setq denote-journal-extras-keyword "")
 
diff --git a/unravel-modules/unravel-langs.el b/unravel-modules/unravel-langs.el
index 17d1928..6476912 100644
--- a/unravel-modules/unravel-langs.el
+++ b/unravel-modules/unravel-langs.el
@@ -217,7 +217,7 @@
   (setq denote-buffer-has-backlinks-string " (<--->)")
   (setq denote-backlinks-show-context t)
   (setq denote-org-store-link-to-heading t)
-  
+
   ;; Journal settings
   (setq denote-journal-extras-keyword "")