Skip to content

Commit

Permalink
Disable centaur tabs tabbar for calendars
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jan 5, 2024
1 parent cbd955e commit 2204a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ Recently I also started using tabs with the centaur-tabs package:
;; TODO: EXWM buffers
:hook
((dashboard-mode . centaur-tabs-local-mode)
(org-src-mode . centaur-tabs-local-mode)))
(org-src-mode . centaur-tabs-local-mode)
(calendar-mode . centaur-tabs-local-mode)))
#+END_SRC

*** try
Expand Down

0 comments on commit 2204a07

Please sign in to comment.