Hide Forgot
Created attachment 509751 [details] Use custom-set-variables for customizable things in .emacs Setting custom variables with setq causes the values set with customize-variable to be ignored if the setq's appear after custom-set-variables, and just causes confusion (duplicate settings) if set before the custom-set-variables block. The attached patch switches to use custom-set-variables for customizable ones (inhibit-default-init, diff-switches, require-final-newline) in .emacs. Let me know if you'd like me to commit and build this for devel.
Looks good. Feel free to commit and build this. Thanks.