From 55c716cbe88007953ae37f35eb8fd9bc5134b678 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 25 Jan 2022 16:58:26 -0600 Subject: Add emms --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index d706059..06ea5ae 100644 --- a/init.el +++ b/init.el @@ -1162,6 +1162,13 @@ See also `crux-reopen-as-root-mode'." (:load-after consult embark) (add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode)) +(setup (:straight emms) + ;; TODO: Definitely need to do more customization here + (:option emms-source-file-default-directory "~/var/music/") + (require 'emms-setup) + (emms-all) + (emms-default-players)) + (setup (:straight epithet) (dolist (hook '(Info-selection-hook eww-after-render-hook -- cgit 1.4.1-21-gabe81