summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-02 10:02:37 -0600
committerCase Duckworth2021-01-02 10:02:37 -0600
commitbd1e2749c3d757cdec8bd5caaec84a166b553322 (patch)
tree76aac3f250dae2c3dce47ab8ca5114ff8e3fccd1 /config.org
parentChange fonts (diff)
downloademacs-bd1e2749c3d757cdec8bd5caaec84a166b553322.tar.gz
emacs-bd1e2749c3d757cdec8bd5caaec84a166b553322.zip
Underline at the descent line
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
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