💄 Increase line spaceing
This commit is contained in:
parent
b6a0448ef2
commit
af78e78dd1
1 changed files with 8 additions and 0 deletions
|
@ -640,6 +640,14 @@ Source: [[https://git.sr.ht/~protesilaos/spacious-padding][sr.ht: ~protesilaos/s
|
||||||
:config (spacious-padding-mode 1))
|
:config (spacious-padding-mode 1))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Line Spacing
|
||||||
|
|
||||||
|
I found out that a bit more line spacing makes Emacs look more nicely and increases the readability a bit. At least for me 🙂
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq-default line-spacing 4)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Keybinding
|
* Keybinding
|
||||||
|
|
||||||
List of own custom keybindings
|
List of own custom keybindings
|
||||||
|
|
Loading…
Reference in a new issue