From aaa3e1f8ebe0dfe311b5735be544a496cc8c41cc Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Sun, 1 Dec 2024 11:24:22 +0100
Subject: emacs: Add a rune of width 2

---
 .config/emacs/modules/mm-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3