I sync my config between several different machines using git. Setting options via the customize-variable
interface, some of my computers use quote
, while others use '
. As a consequence, my git commits include lots of bouncing back and forth like this:
'(ess-r-prettify-symbols
- (quote
- (("<-" 129032)
+ '(("<-" 129032)
("->" 32
I'm not editing these values by hand, so something in Emacs is deciding whether or not to use the word or symbol for quote. It's driving me batty - how do I tell Emacs to always use one or the other?