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..."

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..."

View file

@ -1,4 +1,4 @@
;;; Automatically generated by recentf on Thu Sep 15 11:20:51 2022.
;;; Automatically generated by recentf on Thu Oct 6 15:18:19 2022.
(setq recentf-list 'nil)