preferences:set in Framework Functions
(preferences:set-> void?symbolvalue)
symbol: symbol?
value: any/cSee also
preferences:set-default.preferences:set-preferencesets the preferencesymboltovalue. This should be called when the users requests a change to a preference.This function immediately writes the preference value to disk.
It raises
exn:unknown-preferenceif the preference's default has not been set.