]> git.eshelyaron.com Git - emacs.git/commitdiff
set property theme-value to avoid saving variable
authorTed Zlatanov <tzz@lifelogs.com>
Sun, 8 Nov 2020 14:59:58 +0000 (14:59 +0000)
committerTed Zlatanov <tzz@lifelogs.com>
Sun, 29 Nov 2020 12:09:48 +0000 (12:09 +0000)
lisp/use-package/use-package-core.el

index be43c65cd4f4cdc1dae78e21f0910fd4a723c1d0..933e94aa2bd0351e38bfb332c00e641b89c08ec8 100644 (file)
@@ -1394,7 +1394,8 @@ no keyword implies `:all'."
               (comment (nth 2 def)))
           (unless (and comment (stringp comment))
             (setq comment (format "Customized with use-package %s" name)))
-          `(customize-set-variable (quote ,variable) ,value ,comment)))
+          `(customize-set-variable (quote ,variable) ,value ,comment)
+          `(put ',variable 'theme-value '((use-package-synthetic-theme ignore-just-for-saving)))))
     args)
    (use-package-process-keywords name rest state)))