parent
da99d39e4d
commit
1a2789c922
1 changed files with 3 additions and 2 deletions
|
@ -598,8 +598,9 @@ This be hooked to `projectile-after-switch-project-hook'."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +workspaces-load-tab-bar-data-from-file-h (&rest _)
|
(defun +workspaces-load-tab-bar-data-from-file-h (&rest _)
|
||||||
"Restores the tab bar data from file."
|
"Restores the tab bar data from file."
|
||||||
(tab-bar-tabs-set (persp-parameter 'tab-bar-tabs))
|
(when-let ((persp-tab-data (persp-parameter 'tab-bar-tabs)))
|
||||||
(tab-bar--update-tab-bar-lines t))
|
(tab-bar-tabs-set persp-tab-data)
|
||||||
|
(tab-bar--update-tab-bar-lines t)))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Advice
|
;;; Advice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue