summaryrefslogtreecommitdiff
path: root/modules/ui-theme.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
committerCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
commit2e875a849085b3d34d028c7ef3ca780ff78019b7 (patch)
treeb8885d731b6a465807d8cb6facfea2000758c695 /modules/ui-theme.el
parent42c5a6d5d6491afba7e723710833027bcedd9ec1 (diff)
refactor: created specific org-dir variable for ~/sync/org
Diffstat (limited to 'modules/ui-theme.el')
-rw-r--r--modules/ui-theme.el4
1 files changed, 2 insertions, 2 deletions
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