From: Mark Wooding Date: Tue, 25 Jul 2017 17:18:00 +0000 (+0100) Subject: el/dot-emacs.el: We depend on `mpc' macros at compile time. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/50a77b3071244da6f0afdd1d9510a4c8cbd4a369 el/dot-emacs.el: We depend on `mpc' macros at compile time. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 70caba7..7f43d41 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3826,6 +3826,8 @@ (defun mdw-repolist-column-unpushed-to-upstream (_id) ;;;-------------------------------------------------------------------------- ;;; MPC configuration. +(eval-when-compile (trap (require 'mpc))) + (setq mpc-browser-tags '(Artist|Composer|Performer Album|Playlist)) (defun mdw-mpc-now-playing ()