summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-01 20:11:15 -0600
committerCase Duckworth2020-12-01 20:11:15 -0600
commit859107268e09f7e41ecefc41737574c83bf61826 (patch)
treef697ae96c53305df52787a6d8dae44b06a9816ad /config.org
parentAdd mouse bindings for margin (diff)
downloademacs-859107268e09f7e41ecefc41737574c83bf61826.tar.gz
emacs-859107268e09f7e41ecefc41737574c83bf61826.zip
Add line-spacing
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index 681a4a6..0ac8088 100644 --- a/config.org +++ b/config.org
@@ -512,6 +512,14 @@ One reason I like the Modus themes so much is that they have /excellent/ support
512 (add-hook 'text-mode-hook #'variable-pitch-mode) 512 (add-hook 'text-mode-hook #'variable-pitch-mode)
513#+end_src 513#+end_src
514 514
515** Padding
516
517This has been taken from [[https://lepisma.xyz/2017/10/28/ricing-org-mode/]["Ricing Org Mode"]] -- of course, I want the typographic niceties everywhere.
518
519#+begin_src emacs-lisp
520 (cuss line-spacing 0.1)
521#+end_src
522
515* Ease of use 523* Ease of use
516 524
517** Startup 525** Startup