diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-18 00:21:37 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-18 00:21:37 -0500 |
| commit | 1e288024d0d41836d24c3d99692dc2f8ddd416cf (patch) | |
| tree | a0706dc0e378f576ba486734db9dddeb55b77991 /modules/ui-theme.el | |
| parent | d38aa9d10dd2aea7ec624408a684634b17c37eb8 (diff) | |
| download | dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.tar.gz dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.zip | |
refactor: created specific org-dir variable for ~/sync/org
Diffstat (limited to 'modules/ui-theme.el')
| -rw-r--r-- | modules/ui-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ui-theme.el b/modules/ui-theme.el index d754b5542..d6eaf4047 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 |
