Skip to content

Commit

Permalink
Update tab-bar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Zhuo Chen committed May 21, 2024
1 parent 81dfca7 commit 19dca0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/zy-tab.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
(bufferlo-mode 1))

(after! '(tab-bar bufferlo)
;; Create new tabs at the rightmost position.
(setq tab-bar-new-tab-to 'rightmost)

;; For a newly-created tab, display the dashboard if there is one, otherwise
;; create a new scratch buffer dedicated to that tab.
(setq
Expand Down

0 comments on commit 19dca0e

Please sign in to comment.