This reduces somewhat the number of "rogue" settings in emacs -Q.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00083.html
+2012-04-08 Glenn Morris <rgm@gnu.org>
+
+ * loadup.el: Load bindings before cus-start.
+ This reduces somewhat the number of "rogue" settings in emacs -Q.
+
2012-04-07 Glenn Morris <rgm@gnu.org>
* version.el (emacs-bzr-get-version): New function.
(load "widget")
(load "custom")
(load "emacs-lisp/map-ynp")
-(load "cus-start")
(load "international/mule")
(load "international/mule-conf")
(load "env")
(load "format")
(load "bindings")
+(load "cus-start")
(load "window") ; Needed here for `replace-buffer-in-windows'.
(setq load-source-file-function 'load-with-code-conversion)
(load "files")