Skip to content

Commit

Permalink
Enable tab-bar-mode if the loaded session includes a tab-bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Jan 20, 2025
1 parent 4c03397 commit 11488eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-easysession.el
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ storing them in respective variables for later use."
(defun test-easysession--get-all-names ()
"Test: `easysession--get-all-names'."
(interactive)
(message "[LOG] %s" (easysession--get-all-names))
(unless (equal (easysession--get-all-names) '("main" "test"))
(error "The easysession--get-all-names failed")))

Expand Down

0 comments on commit 11488eb

Please sign in to comment.