Specifically I want to do the same thing as (setq frame-title-format ...)
would do in my config file, but from the M-x
interactive command. M-x setq
does not seem to work.
Don't use M-x
, use M-:
, which runs the command eval-expression.
To set a variable defined with defcustom
you can also use M-x set-variable
. You will not have to type the parentheses and you will have name completion.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With