From 971e209e7530d7b0f5f5a68617220524d09f67e3 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Thu, 8 Sep 2022 08:08:41 -0500 Subject: =?UTF-8?q?Add:=20=F0=9F=8E=B5=20[apps]=20EMMS=20and=20ERC=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shoshimacs.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'shoshimacs.el') diff --git a/shoshimacs.el b/shoshimacs.el index 8a9731d..b2981d5 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -195,6 +195,19 @@ ;;; Projects (package-install 'magit) +;; Applications +(require 'emms-setup) +(emms-all) +(setq emms-player-list '(emms-player-mpv)) +(setq emms-source-file-default-directory "~/Music/") +(add-to-list 'emms-tag-editor-tagfile-functions '("wav" . emms-tag-tracktag-file)) + +(setq erc-server "irc.libera.chat" + erc-nick "shoshin" + erc-autojoin-channels-alist '(("libera.chat" "#emacs" "#emacsconf" "#lispgames")) + erc-interpret-mirc-color t + erc-hide-list '("JOIN" "PART" "QUIT")) + ;;; External Services (package-install 'plz) -- cgit v1.2.3