mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Fix incorrect SNES music extension
This commit is contained in:
parent
288735f3ad
commit
ec0d6727ed
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ Taken from [[http://emacsredux.com/blog/2013/06/21/eval-and-replace/][Emacs Redu
|
|||
:config
|
||||
(let ((emms-player-base-format-list
|
||||
;; Add some VGM formats to the list for VLC to play
|
||||
(append emms-player-base-format-list '("nsf" "sfc" "gym"))))
|
||||
(append emms-player-base-format-list '("nsf" "spc" "gym"))))
|
||||
(require 'emms-player-vlc))
|
||||
(require 'emms-setup)
|
||||
(emms-all)
|
||||
|
|
Loading…
Reference in a new issue