mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
set property theme-value to avoid saving variable
This commit is contained in:
parent
3e24a7363b
commit
5ceb51ae19
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue