initsplit
initsplit copied to clipboard
John Wiegley's code to split customizations into different files, evolved!
I'm getting the following warnings every time Emacs starts. It used to be fine with emacs 24. ``` Warning (bytecomp): reference to free variable initsplit-stanza-position Warning (bytecomp): assignment to free...
I initsplitted my `custom-safe-themes' setting into a per-host file, and found that it no longer worked, in the sense that`load-theme' nevertheless still always prompts for manual acceptance of the theme...
…which you may be prone to do due to the unavailability of negative assertions in elisp regexps, to keep some variable out of its usual customization location. This somehow causes...
If I make edits to a customization stanza and then save customizations through the UI, the edits will get clobbered. Maybe the thing to do is store an md5 of...
If I byte-compile .org.el to .org.elc, then initsplit-known-p answers nil for '.org.el', and thus initsplit stops writing out any customizations to that file, and puts them back in .emacs.el --...
Reading the docstring for initsplit-pretty-print, I understand conceptually how pretty-printing might make changes more obvious to a VCS, but I got confused by the reference to indent-pp-sexp (which indents OR...