diff options
author | bd <bdunahu@operationnull.com> | 2024-06-11 00:55:16 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-11 00:55:16 -0600 |
commit | 9147f583e65c4a175bf48cadafd6195dd4fbd9fc (patch) | |
tree | 6d00a5c31727dca3648738e3013dbd89fbf8e0eb | |
parent | d3c70b6e7c06de2e06c12c22eda6aa7b1c156b65 (diff) |
Remove unused channels
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 1 | ||||
-rw-r--r-- | .config/guix/channels.scm | 11 | ||||
-rw-r--r-- | .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) @@ -10,3 +10,4 @@ /.config/emacs/projects /.config/emacs/eshell/alias /.notmuch-config +/.config/emacs/eshell/ |