mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(macbook-notch): switch from vendored tab-bar-notch to standalone repo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user