diff options
| author | bard <[email protected]> | 2023-10-08 15:12:47 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-08 15:12:47 -0400 |
| commit | 16b4c9ed8f62dccce9a3ec32810077a9140f8925 (patch) | |
| tree | 018616babc3444abc695de3ea1db68da1f5ad1b9 /bard-emacs-modules/bard-emms.el | |
| parent | 4e8baf9b88dada3bbc0bf030b925430b62cfe297 (diff) | |
module files migration complete
Diffstat (limited to 'bard-emacs-modules/bard-emms.el')
| -rw-r--r-- | bard-emacs-modules/bard-emms.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emms.el b/bard-emacs-modules/bard-emms.el new file mode 100644 index 0000000..a562337 --- /dev/null +++ b/bard-emacs-modules/bard-emms.el @@ -0,0 +1,14 @@ +;; |------------------------------------| +;; | EMMS | +;; |------------------------------------| + +(require 'emms-setup) + +(emms-all) +(setq emms-player-list '(emms-player-mpv) + emms-info-functions '(emms-info-native) + emms-playlist-buffer-name "*Music*") + +;; Keymaps +(define-key global-map (kbd "<f8>") #'emms) +(define-key global-map (kbd "M-<f8>") #'emms-browser) |
