mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
* lisp/loadup.el: Load bindings before cus-start.
This reduces somewhat the number of "rogue" settings in emacs -Q. Ref: http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00083.html
This commit is contained in:
parent
d402bcb11b
commit
5c5b8e2364
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -89,12 +89,12 @@
|
||||
(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")
|
||||
|
Loading…
Reference in New Issue
Block a user