chiark / gitweb /
dot/emacs: Load `cl' before `dot-emacs.el'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 11 May 2016 19:23:42 +0000 (20:23 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 May 2016 19:23:42 +0000 (20:23 +0100)
We appear to have gained a dependency, but it doesn't matter.

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.