Add spacious padding package

This commit is contained in:
Marcel Kapfer 2024-05-28 17:00:58 +02:00
parent 28f859b6e8
commit b6a0448ef2
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -629,6 +629,17 @@ Source: [[https://github.com/iqbalansari/emacs-emojify][iqbalansari/emacs-emojif
:commands emojify-mode) :commands emojify-mode)
#+end_src #+end_src
** Spacious Padding
Increase the padding/spacing of GNU Emacs frames and windows
Source: [[https://git.sr.ht/~protesilaos/spacious-padding][sr.ht: ~protesilaos/spacious-padding]]
#+begin_src emacs-lisp
(use-package spacious-padding
:config (spacious-padding-mode 1))
#+end_src
* Keybinding * Keybinding
List of own custom keybindings List of own custom keybindings