Skip to content

Commit

Permalink
Comment out tab-bar-mode activation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Jan 20, 2025
1 parent 9f59f61 commit c5df6c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions easysession.el
Original file line number Diff line number Diff line change
Expand Up @@ -705,13 +705,13 @@ When LOAD-GEOMETRY is non-nil, load the frame geometry."
:force-display easysession-frameset-restore-force-display
:force-onscreen easysession-frameset-restore-force-onscreen)

(when (fboundp 'tab-bar-mode)
(when (seq-some
(lambda (frame)
(menu-bar-positive-p
(frame-parameter frame 'tab-bar-lines)))
(frame-list))
(tab-bar-mode 1)))
;; (when (fboundp 'tab-bar-mode)
;; (when (seq-some
;; (lambda (frame)
;; (menu-bar-positive-p
;; (frame-parameter frame 'tab-bar-lines)))
;; (frame-list))
;; (tab-bar-mode 1)))

;; Return t
t)
Expand Down

0 comments on commit c5df6c9

Please sign in to comment.