mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -598,8 +598,9 @@ This be hooked to `projectile-after-switch-project-hook'."
|
||||
;;;###autoload
|
||||
(defun +workspaces-load-tab-bar-data-from-file-h (&rest _)
|
||||
"Restores the tab bar data from file."
|
||||
(tab-bar-tabs-set (persp-parameter 'tab-bar-tabs))
|
||||
(tab-bar--update-tab-bar-lines t))
|
||||
(when-let ((persp-tab-data (persp-parameter 'tab-bar-tabs)))
|
||||
(tab-bar-tabs-set persp-tab-data)
|
||||
(tab-bar--update-tab-bar-lines t)))
|
||||
|
||||
;;
|
||||
;;; Advice
|
||||
|
Reference in New Issue
Block a user