diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-10-14 19:19:18 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-10-14 19:19:18 +0100 |
commit | 212eebf039b47b19b57fa71f4432e059035f4893 (patch) | |
tree | 2f5629c3f501f3723f16e59c1665111788f22947 | |
parent | 04c9f1eaf1dbb017bba5309a714a451bf177bd8a (diff) |
Auto start mpdel
-rwxr-xr-x | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -464,7 +464,8 @@ (use-package mpdel :ensure t :demand t - :delight) + :delight + :config (mpdel-mode t)) (use-package ivy-mpdel :ensure t |