X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=emacs.d_2%2Fconfig.org;h=2a722e0e7053f52e3e313d0965a835786e798d22;hb=0cf7b843eb98462b77d1476576f5c3f4187f9a3f;hp=3661a8b93933c86ef4bfcfb8c395ef0ecb60ba43;hpb=ae633abe26c373ff716aaf54fd6ab5d45d1774dc;p=dotfiles.git 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"))