summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
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