diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-24 07:18:56 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-24 07:18:56 +0300 |
| commit | e7d76da35bd4f39f12116cfeec6b05c6c4459e5f (patch) | |
| tree | 2095c315b40531e137197cb970e43324d67880dd | |
| parent | eff2eb68ef7df98476e670fa70bdaebab85d8cd4 (diff) | |
Document expectation of moody underline style
| -rw-r--r-- | doc/modus-themes.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/modus-themes.org b/doc/modus-themes.org index a8dd111..f4e5366 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -539,6 +539,13 @@ We find that a value of =45000= would suffice, contrary to the default adverse effect of always overriding the default colour (which has been carefully designed to be highly accessible). +Furthermore, because Moody expects an underline and overline instead of +a box style, it is recommended you also include this in your setup: + +#+begin_src emacs-lisp +(setq x-underline-at-descent-line t) +#+end_src + ** Option for completion framework aesthetics :PROPERTIES: :ALT_TITLE: Completion UIs |
