chiark / gitweb /
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 70caba73b61dc91856bcd3fb0f63f0b9a1e506eb..7f43d41de4792bb184acf525ff6aee11bf02e970 100644 (file)
@@ -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 ()