From adcb91c8bf53a0a0f3a458dffbd97918207cef70 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 6 Jun 2019 06:47:25 -0400 Subject: [PATCH] Fix broken configuration after 'mood-line' update --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index f1fa0c7..60c91f3 100644 --- a/init.el +++ b/init.el @@ -326,7 +326,7 @@ :demand t :config - (mood-line-activate)) + (mood-line-mode)) ;;========================================