feat(macbook-notch): switch from vendored tab-bar-notch to standalone repo

This commit is contained in:
2023-11-16 15:02:24 +00:00
parent c1e5828e6f
commit f1c56020d4
2 changed files with 4 additions and 166 deletions

View File

@@ -9,8 +9,10 @@
(require 'siren-workspace-map)
(use-package tab-bar-notch
:straight (:type built-in) ;; from vendor directory
)
:straight (:host github :repo "jimeh/tab-bar-notch")
:custom
(tab-bar-notch-normal-fullscreen-height 1.0)
(tab-bar-notch-normal-height 1.0))
(use-package tab-bar
:straight (:type built-in)