From 74f7c6dc9985638003524310071c2fc92ae0c159 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 15 Apr 2022 15:58:52 +0200 Subject: [PATCH] Switch to standard modeline --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 830a75e..a7c8421 100644 --- a/init.el +++ b/init.el @@ -37,7 +37,7 @@ ;;indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side - (modeline +light) ; snazzy, Atom-inspired modeline, plus API + modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim ;;ophints ; highlight the region an operation acts on