From e5be2deb48efade68b05e7f49140e24941b37ac8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 15 Apr 2022 15:47:37 +0200 Subject: [PATCH 1/2] Re-enable workspaces Okay, they're cool --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4a558b3..830a75e 100644 --- a/init.el +++ b/init.el @@ -48,7 +48,7 @@ vc-gutter ; vcs diff in the fringe ;;vi-tilde-fringe ; fringe tildes to mark beyond EOB ;;window-select ; visually switch windows - ;;workspaces ; tab emulation, persistence & separate workspaces + workspaces ; tab emulation, persistence & separate workspaces ;;zen ; distraction-free coding or writing :editor From 74f7c6dc9985638003524310071c2fc92ae0c159 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 15 Apr 2022 15:58:52 +0200 Subject: [PATCH 2/2] 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