From 9147f583e65c4a175bf48cadafd6195dd4fbd9fc Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 11 Jun 2024 00:55:16 -0600 Subject: Remove unused channels --- .config/emacs/modules/bd--emms.el | 1 + .config/guix/channels.scm | 11 +---------- .gitignore | 1 + 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index d939691..c7dfba7 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -39,6 +39,7 @@ playback." (emms-source-file-default-directory (expand-file-name "~/ik/playlists/")) (emms-volume-change-function 'emms-volume-mpd-change) ;; misc + (emms-info-report-each-num-tracks 2000) (emms-playlist-buffer-name "*Playlist*") (emms-mode-line-disable)) diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm index 3276ada..16b4f9b 100644 --- a/.config/guix/channels.scm +++ b/.config/guix/channels.scm @@ -1,11 +1,2 @@ ;; Add variant packages to those Guix provides. -(cons (channel - (name 'variant-packages) - (url "https://github.com/engstrand-config/home-service-dwl-guile") - (branch "main") - (introduction - (make-channel-introduction - "314453a87634d67e914cfdf51d357638902dd9fe" - (openpgp-fingerprint - "C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C")))) - %default-channels) +(cons %default-channels) diff --git a/.gitignore b/.gitignore index 9e5378c..f7b50b8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /.config/emacs/projects /.config/emacs/eshell/alias /.notmuch-config +/.config/emacs/eshell/ -- cgit v1.2.3