diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 5885c78..8360cd0 100644 --- a/config.org +++ b/config.org | |||
@@ -451,6 +451,13 @@ Anyway, I should probably be able to figure out how to properly change the theme | |||
451 | "Add 10% extra space below each line.") | 451 | "Add 10% extra space below each line.") |
452 | #+END_SRC | 452 | #+END_SRC |
453 | 453 | ||
454 | **** Underlines | ||
455 | |||
456 | #+begin_src emacs-lisp | ||
457 | (cuss x-underline-at-descent-line t | ||
458 | "Draw the underline at the same place as the descent line.") | ||
459 | #+end_src | ||
460 | |||
454 | **** Unicode Fonts | 461 | **** Unicode Fonts |
455 | 462 | ||
456 | #+BEGIN_SRC emacs-lisp | 463 | #+BEGIN_SRC emacs-lisp |