In Emacs, some variables have special tuning behavior using Mx tuning, which do not start when you set the same variable via setq . Is there a programmatic way to set such variables so that the special behavior works as if the user set the variable through the setting?
Also, is there a function for programmatically storing a value in a user user file? I am trying to implement functionality to re-add default items to a list without deleting user-added items as well.
source share