chiark / gitweb /
dot/emacs: Load `cl' before `dot-emacs.el'.
[profile] / dot / emacs
index 2f347d6648f503dbe878d5cd8ab21057b302b2b5..2db3e6313c2c93cace5014192c3d69d6d2afd785 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -33,8 +33,8 @@
     (if (file-exists-p boot)
        (load boot))))
 
-(require 'dot-emacs)
 (require 'cl)
+(require 'dot-emacs)
 
 ;;;--------------------------------------------------------------------------
 ;;; Some random initialisation.