emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 901cca16cd855d4c5806b5e738918b83c5091ac5
parent 6d42c56934f904423731c76da403de61b645ea7d
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 20 Mar 2020 14:14:21 +0300

add mingus to emacs

Diffstat:
Minit.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -355,6 +355,13 @@ I don't use it as often as I thought I would be using it. But here it is. :ensure t :config (yas-global-mode 1)) #+END_SRC +** Mingus +Mingus is an [[https://musicpd.org][MPD]] client for the Emacs operating system. It has a rather +simple, straightforward interface. +#+BEGIN_SRC emacs-lisp +(use-package mingus :ensure t) +(global-set-key (kbd "C-c m") 'mingus) +#+END_SRC ** Extras These don't really deserve their own sections, but I prefer to use them.