commit 2a5b994b797c6c82c4106a592d3f312703366ba1 parent 969adb6d61f800122d4bf4173990a5851cb0038c Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 1 Dec 2020 14:37:32 +0100 tools/emacs: add bongo music player 🎵 Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | tools/emacs/config/config-music.el | | | 10 | ++++++++++ |
M | users/vincent/dev/emacs.nix | | | 1 | + |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/tools/emacs/config/config-music.el b/tools/emacs/config/config-music.el @@ -0,0 +1,10 @@ +;;; config-music.el --- -*- lexical-binding: t; -*- +;;; Commentary: +;;; Music configuration +;;; Code: + +(use-package bongo + :commands (bongo bongo-show)) + +(provide 'config-music) +;;; config-music ends here diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -26,6 +26,7 @@ let avy bbdb beginend + bongo color-identifiers-mode company company-emoji