From 2ccb9cc8a3dd47aad3d0cc5ad1e918e14a2a9704 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 May 2020 14:55:36 -0400 Subject: [PATCH] centaur-tabs-cycle-scope = 'tabs --- modules/ui/tabs/config.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ui/tabs/config.el b/modules/ui/tabs/config.el index 56fb08866..716cb6d82 100644 --- a/modules/ui/tabs/config.el +++ b/modules/ui/tabs/config.el @@ -8,7 +8,11 @@ centaur-tabs-set-bar 'left centaur-tabs-set-modified-marker t centaur-tabs-close-button "✕" - centaur-tabs-modified-marker "⬤") + centaur-tabs-modified-marker "⬤" + ;; Scrolling (with the mouse wheel) past the end of the tab list + ;; replaces the tab list with that of another Doom workspace. This + ;; prevents that. + centaur-tabs-cycle-scope 'tabs) :config (add-hook '+doom-dashboard-mode-hook #'centaur-tabs-local-mode)