chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fb16ed8
)
el/dot-emacs.el: We depend on `mpc' macros at compile time.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 25 Jul 2017 17:18:00 +0000
(18:18 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 25 Jul 2017 17:18:00 +0000
(18:18 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 70caba73b61dc91856bcd3fb0f63f0b9a1e506eb..7f43d41de4792bb184acf525ff6aee11bf02e970 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-3826,6
+3826,8
@@
(defun mdw-repolist-column-unpushed-to-upstream (_id)
;;;--------------------------------------------------------------------------
;;; MPC configuration.
;;;--------------------------------------------------------------------------
;;; MPC configuration.
+(eval-when-compile (trap (require 'mpc)))
+
(setq mpc-browser-tags '(Artist|Composer|Performer Album|Playlist))
(defun mdw-mpc-now-playing ()
(setq mpc-browser-tags '(Artist|Composer|Performer Album|Playlist))
(defun mdw-mpc-now-playing ()