emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes df91f7a 078/269: Add description of height va


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes df91f7a 078/269: Add description of height variables
Date: Thu, 21 Oct 2021 17:58:53 -0400 (EDT)

branch: elpa/alect-themes
commit df91f7a96650c5975ad6aa066cd81b588833ed10
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add description of height variables
---
 README.md | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d0361e5..4a97300 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ To load a theme on Emacs start, add this to your init file:
 
 *Note:* For quick switching between themes (with unloading the previous
 one), I use `utl-load-theme` function from
-[emacs-utils](https://github.com/alezost/emacs-utils/blob/master/utl-color.el)
+[emacs-utils](https://github.com/alezost/emacs-utils/blob/master/utl-color.el).
 
 ## Configuration
 
@@ -151,6 +151,26 @@ this variable to invert background colors:
 
 See [these screenshots](#dired-elisp) for the result.
 
+### Other variables
+
+Many headers and titles are themed and you may not like their height.
+The following 3 variables may be useful:
+- `alect-header-height`
+- `alect-single-title-height`
+- `alect-multiple-titles-height`
+
+For example, if you want to have a normal height for `org` and
+`markdown` titles, use this (put it in `.emacs` before loading an
+alect-theme):
+
+```lisp
+(setq alect-multiple-titles-height 1.0)
+```
+
+*Note:* `1.0` and `1` are different values.  You can play with `Height`
+in Custom buffer (`M-x customize-face RET <any-face>`) to see how
+integers and floats are treated.
+
 ### Emacs 24.3.1 and earlier
 
 While using **any** theme (not only from this package), you may meet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]