🐛 (ui) Only enable spacious-padding on MacOS
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:
Marcel Kapfer 2024-05-28 17:31:59 +02:00
parent 28199ff810
commit 29bb35f033
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -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