From 2e875a849085b3d34d028c7ef3ca780ff78019b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:21:37 -0500 Subject: refactor: created specific org-dir variable for ~/sync/org --- modules/ui-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/ui-theme.el') diff --git a/modules/ui-theme.el b/modules/ui-theme.el index d754b554..d6eaf404 100644 --- a/modules/ui-theme.el +++ b/modules/ui-theme.el @@ -17,7 +17,7 @@ ;;; Code: -(require 'user-constants) ;; For sync-dir +(require 'user-constants) ;; For org-dir ;; ----------------------------------- Themes ---------------------------------- ;; theme choices and settings @@ -49,7 +49,7 @@ Unloads any other applied themes before applying the chosen theme." ;; ----------------------------- Theme Persistence ----------------------------- ;; persistence utility functions used by switch themes. -(defvar theme-file (concat sync-dir "emacs-theme.persist") +(defvar theme-file (concat org-dir "emacs-theme.persist") "The location of the file to persist the theme name. If you want your theme change to persist across instances, put this in a -- cgit v1.2.3