From 0cf7b843eb98462b77d1476576f5c3f4187f9a3f Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 10 Jun 2016 20:19:26 +0800 Subject: [PATCH] emacs - emms add ape file support --- emacs.d_2/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) -- 2.11.0