✨ Add spacious padding package
This commit is contained in:
parent
28f859b6e8
commit
b6a0448ef2
1 changed files with 11 additions and 0 deletions
11
config.org
11
config.org
|
@ -629,6 +629,17 @@ Source: [[https://github.com/iqbalansari/emacs-emojify][iqbalansari/emacs-emojif
|
|||
:commands emojify-mode)
|
||||
#+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
|
||||
|
||||
List of own custom keybindings
|
||||
|
|
Loading…
Reference in a new issue