centaur-tabs-cycle-scope = 'tabs
This commit is contained in:
parent
db10149637
commit
2ccb9cc8a3
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue