diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:24:22 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:24:22 +0100 |
commit | aaa3e1f8ebe0dfe311b5735be544a496cc8c41cc (patch) | |
tree | ed4faf0540f07786d2506f71ebdb081cde370e22 /.config/emacs/modules/mm-theme.el | |
parent | 73d71c7a6c17d9649076a6bdddf9295f3cf71ac7 (diff) |
emacs: Add a rune of width 2
Diffstat (limited to '.config/emacs/modules/mm-theme.el')
-rw-r--r-- | .config/emacs/modules/mm-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index 3e14fe2..562373a 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -38,7 +38,7 @@ _FRAME is ignored." (prop-height (plist-get prop-props :height))) ;; Some characters in this font are larger than usual (when (string= mono-family "Iosevka Smooth") - (dolist (rune '(?… ?— ?← ?→ ?⇐ ?⇒ ?⇔)) + (dolist (rune '(?․ ?‥ ?… ?— ?← ?→ ?⇐ ?⇒ ?⇔)) (set-char-table-range char-width-table rune 2))) (set-face-attribute 'default nil :font mono-family |