adding emms tag system
This commit is contained in:
parent
ae3a9b9695
commit
67e808df8c
|
@ -1505,6 +1505,7 @@ Consult has a lot of nice functions like Ivy's Counsel functions (enhanced searc
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
"si" 'consult-imenu
|
"si" 'consult-imenu
|
||||||
"so" 'consult-org-heading
|
"so" 'consult-org-heading
|
||||||
|
"sf" 'consult-find
|
||||||
"sm" 'bookmark-jump
|
"sm" 'bookmark-jump
|
||||||
"sf" 'consult-flymake
|
"sf" 'consult-flymake
|
||||||
"sy" 'consult-yank-from-kill-ring))
|
"sy" 'consult-yank-from-kill-ring))
|
||||||
|
@ -3067,7 +3068,8 @@ Since Bongo seems kinda difficult I shall give EMMS another try.
|
||||||
(emms-all)
|
(emms-all)
|
||||||
(evil-collection-emms-setup)
|
(evil-collection-emms-setup)
|
||||||
(emms-default-players)
|
(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 ()
|
(defun chris/emms-delete-song ()
|
||||||
"Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..."
|
"Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..."
|
||||||
|
|
4
init.el
4
init.el
|
@ -1015,6 +1015,7 @@ If on a:
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
"si" 'consult-imenu
|
"si" 'consult-imenu
|
||||||
"so" 'consult-org-heading
|
"so" 'consult-org-heading
|
||||||
|
"sf" 'consult-find
|
||||||
"sm" 'bookmark-jump
|
"sm" 'bookmark-jump
|
||||||
"sf" 'consult-flymake
|
"sf" 'consult-flymake
|
||||||
"sy" 'consult-yank-from-kill-ring))
|
"sy" 'consult-yank-from-kill-ring))
|
||||||
|
@ -2203,7 +2204,8 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
(emms-all)
|
(emms-all)
|
||||||
(evil-collection-emms-setup)
|
(evil-collection-emms-setup)
|
||||||
(emms-default-players)
|
(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 ()
|
(defun chris/emms-delete-song ()
|
||||||
"Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..."
|
"Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..."
|
||||||
|
|
Loading…
Reference in a new issue