aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 77b8d9a..96a4455 100644
--- a/.emacs
+++ b/.emacs
@@ -357,6 +357,10 @@ Otherwise split the current paragraph into one sentence per line."
;; ocaml assistant
:ensure t)
+(use-package mingus
+ ;; mpd client
+ :ensure t)
+
(use-package minibuffer
:config
(add-to-list 'completion-styles 'substring)