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

@ -1015,6 +1015,7 @@ If on a:
:keymaps 'override
"si" 'consult-imenu
"so" 'consult-org-heading
"sf" 'consult-find
"sm" 'bookmark-jump
"sf" 'consult-flymake
"sy" 'consult-yank-from-kill-ring))
@ -2203,7 +2204,8 @@ interfere with the default `bongo-playlist-buffer'."
(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..."