Give the tab bar a little bit of padding
This commit is contained in:
parent
016e684098
commit
acce92bcee
1 changed files with 7 additions and 1 deletions
|
|
@ -255,7 +255,13 @@
|
|||
|
||||
(add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)
|
||||
(add-hook 'package-menu-mode-hook #'hl-line-mode)
|
||||
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode))
|
||||
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
|
||||
(add-hook 'enable-theme-functions
|
||||
(lambda (&rest _args)
|
||||
(set-face-attribute
|
||||
'tab-bar nil
|
||||
:box `(:line-width 4 :color ,(modus-themes-get-color-value 'bg-main))
|
||||
:background (modus-themes-get-color-value 'bg-main)))))
|
||||
|
||||
(use-package envrc
|
||||
:config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue