Skip to content

Commit

Permalink
fix: remove workaround for tabspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 27, 2023
1 parent 2e7ef43 commit 0d8b716
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lisp/init-workspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
(tabspaces-session t)
(tabspaces-session-auto-restore t)
:init
;; WORKAROUND: fix compatibility issue on 27.1
;; See https://github.com/seagle0128/.emacs.d/issues/425
(unless (fboundp 'tab-switch)
(defalias 'tab-switch #'tab-bar-switch-to-tab))

;; Filter Buffers for Consult-Buffer
(with-eval-after-load 'consult
;; hide full buffer list (still available with "b" prefix)
Expand Down

0 comments on commit 0d8b716

Please sign in to comment.