I can't, alas, remember what the motivation for these was.
(setq load-path (nconc load-path (list "~/lib/emacs")))
(require 'dot-emacs)
(setq load-path (nconc load-path (list "~/lib/emacs")))
(require 'dot-emacs)
;;;--------------------------------------------------------------------------
;;; Some random initialisation.
;;;--------------------------------------------------------------------------
;;; Some random initialisation.
.SUFFIXES: .el .elc
.el.elc:
.SUFFIXES: .el .elc
.el.elc:
- $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'
+ $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'