adding emms tag system

This commit is contained in:
Chris Cochrun 2022-10-06 15:19:15 -05:00
parent ae3a9b9695
commit 67e808df8c
3 changed files with 7 additions and 3 deletions

View file

@ -1505,6 +1505,7 @@ Consult has a lot of nice functions like Ivy's Counsel functions (enhanced searc
:keymaps 'override
"si" 'consult-imenu
"so" 'consult-org-heading
"sf" 'consult-find
"sm" 'bookmark-jump
"sf" 'consult-flymake
"sy" 'consult-yank-from-kill-ring))
@ -3067,7 +3068,8 @@ Since Bongo seems kinda difficult I shall give EMMS another try.
(emms-all)
(evil-collection-emms-setup)
(emms-default-players)
(setq emms-source-file-default-directory "~/Music/")
(setq emms-source-file-default-directory "~/Music/"
emms-tag-editor-tag-ogg-program "mid3v2")
(defun chris/emms-delete-song ()
"Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..."