From: Mark Wooding Date: Wed, 11 May 2016 19:23:42 +0000 (+0100) Subject: dot/emacs: Load `cl' before `dot-emacs.el'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e613fc7d1f1bbb8c3c9954646d8c85a26b241603?ds=sidebyside dot/emacs: Load `cl' before `dot-emacs.el'. We appear to have gained a dependency, but it doesn't matter. --- diff --git a/dot/emacs b/dot/emacs index 2f347d6..2db3e63 100644 --- 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.