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)