emacs.d

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

commit ecaefebecfe6657c314638b78386ad26d858df68
parent 763be5117d15634a0dd2dc0eaa55c3d7fa901bf6
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun,  5 Jul 2020 22:46:15 +0300

mingus: remove package

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

diff --git a/init.org b/init.org @@ -31,7 +31,6 @@ on this file itself. - [[#magit][Magit]] - [[#flycheck][Flycheck]] - [[#company-mode][Company Mode]] - - [[#mingus][Mingus]] - [[#projectile][Projectile]] - [[#emacs-dashboard][emacs-dashboard]] - [[#elfeed][elfeed]] @@ -480,14 +479,6 @@ far as I can wrap my head-around. (push 'company-lsp company-backends)) #+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 - :straight t - :bind ("C-c m" . mingus)) -#+END_SRC ** Projectile #+BEGIN_SRC emacs-lisp (use-package projectile