el/dot-emacs.el: We depend on `mpc' macros at compile time.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 25 Jul 2017 17:18:00 +0000 (18:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 25 Jul 2017 17:18:00 +0000 (18:18 +0100)
el/dot-emacs.el

index 70caba7..7f43d41 100644 (file)
@@ -3826,6 +3826,8 @@ there is sadness."
 ;;;--------------------------------------------------------------------------
 ;;; MPC configuration.
 
+(eval-when-compile (trap (require 'mpc)))
+
 (setq mpc-browser-tags '(Artist|Composer|Performer Album|Playlist))
 
 (defun mdw-mpc-now-playing ()