From 5532efce67fe49aaa8074ead89e100e049827142 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:06:13 -0400 Subject: tangle files --- bard-elisp/bard-theme.el | 9 ++++++++- bard-elisp/bard-writing.el | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'bard-elisp') diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index ce491c2..a5bea95 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -18,11 +18,18 @@ :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (prot :default-family "Iosevka Comfy Wide Motion" - :default-height 130 + :default-height 140 :default-weight medium :fixed-pitch-family "Iosevka Comfy Wide Motion" :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :bold-weight extrabold) + (duo + :default-family "Iosevka Comfy Motion" + :default-height 140 + :default-weight medium + :fixed-pitch-family "Iosevka Comfy Motion" + :variable-pitch-family "Iosevka Comfy Motion Duo" + :bold-weight extrabold) (mono :default-height 130 :default-family "monospace" diff --git a/bard-elisp/bard-writing.el b/bard-elisp/bard-writing.el index e4625d0..6b4c255 100644 --- a/bard-elisp/bard-writing.el +++ b/bard-elisp/bard-writing.el @@ -113,6 +113,7 @@ (add-multiple-into-list 'cdlatex-math-symbol-alist-comb '((?V "\\vec") + (?s "\\sigma" "\\text{ s.t. }" "\\sin") (?= "\\implies" "\\Leftrightarrow" "\\Longleftrightarrow")))) (use-package xenops -- cgit v1.2.3