From: Peng Li Date: Fri, 10 Jun 2016 12:19:26 +0000 (+0800) Subject: emacs - emms add ape file support X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=0cf7b843eb98462b77d1476576f5c3f4187f9a3f;hp=ae633abe26c373ff716aaf54fd6ab5d45d1774dc;p=dotfiles.git emacs - emms add ape file support --- diff --git a/emacs.d_2/config.org b/emacs.d_2/config.org index 3661a8b..2a722e0 100644 --- a/emacs.d_2/config.org +++ b/emacs.d_2/config.org @@ -551,6 +551,7 @@ I use the prefix =M-s= for searching in buffers (define-key isearch-mode-map (kbd "M-s") 'isearch-forward-regexp) #+END_SRC + * Misc Settings @@ -831,7 +832,7 @@ We can use [[https://www.gnu.org/software/emms/quickstart.html][Emms]] for multi :init (setq emms-source-file-default-directory "~/Music/") (define-emms-simple-player mplayer '(file url) - (regexp-opt '(".ogg" ".mp3" ".mgp" ".wav" ".wmv" ".wma" + (regexp-opt '(".ogg" ".mp3" ".mgp" ".wav" ".wmv" ".wma" ".ape" ".mov" ".avi" ".ogm" ".asf" ".mkv" ".divx" ".mpeg" "http://" "mms://" ".rm" ".rmvb" ".mp4" ".flac" ".vob" ".m4a" ".flv" ".ogv" ".pls"))