diff options
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 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 |
