🐛 (ui) Only enable spacious-padding on MacOS
All checks were successful
Publish / publish (push) Successful in 11s
All checks were successful
Publish / publish (push) Successful in 11s
There is a bug in the Emacs 29 when compiled with pgtk that breaks the tab bar. Since I only use Emacs 29 with pgtk or Emacs 29 on MacOS this condition suits me as a workaround.
This commit is contained in:
parent
28199ff810
commit
29bb35f033
1 changed files with 3 additions and 1 deletions
|
@ -637,7 +637,9 @@ Source: [[https://git.sr.ht/~protesilaos/spacious-padding][sr.ht: ~protesilaos/s
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package spacious-padding
|
||||
:config (spacious-padding-mode 1))
|
||||
:config
|
||||
(when on-macos
|
||||
(spacious-padding-mode 1)))
|
||||
#+end_src
|
||||
|
||||
** Line Spacing
|
||||
|
|
Loading…
Reference in a new issue