projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e24a73
)
set property theme-value to avoid saving variable
author
Ted Zlatanov
<tzz@lifelogs.com>
Sun, 8 Nov 2020 14:59:58 +0000
(14:59 +0000)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Sun, 29 Nov 2020 12:09:48 +0000
(12:09 +0000)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index be43c65cd4f4cdc1dae78e21f0910fd4a723c1d0..933e94aa2bd0351e38bfb332c00e641b89c08ec8 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-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)))