aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-23 00:06:13 -0400
committerBardofSprites <[email protected]>2026-04-23 00:06:13 -0400
commit5532efce67fe49aaa8074ead89e100e049827142 (patch)
tree0c05f99cc110662f600f2ef70343224f46a4cf08 /bard-elisp
parentf3783205f3fd62968c3471320152cd8afea1e5e7 (diff)
tangle files
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-theme.el9
-rw-r--r--bard-elisp/bard-writing.el1
2 files changed, 9 insertions, 1 deletions
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