Add more ligatures for Iosevka font

Update automatic email signatures for personal accounts
This commit is contained in:
Evie Litherland-Smith 2024-09-25 11:05:06 +01:00
parent 133cff6249
commit f4ad4ba8d6

View file

@ -192,9 +192,11 @@ Configure the look and feel of Emacs
(ligature-set-ligatures (ligature-set-ligatures
'(text-mode prog-mode org-mode) '(text-mode prog-mode org-mode)
'("<---" "<--" "<<-" "<-" "->" "-->" "--->" "<->" "<-->" "<--->" "<---->" "<!--" '("<---" "<--" "<<-" "<-" "->" "-->" "--->" "<->" "<-->" "<--->" "<---->" "<!--"
"<==" "<===" "<=" "=>" "=>>" "==>" "===>" ">=" "<=>" "<==>" "<===>" "<====>" "<!---" "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" ">=" "<=>" "<==>" "<===>" "<====>" "<!---"
"<~~" "<~" "~>" "~~>" "::" ":::" "==" "!=" "===" "!==" "<~~" "<~" "~>" "~~>" "::" ":::" "==" "!=" "===" "!=="
":=" ":-" ":+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+:" "-:" "=:" "<******>" "++" "+++")) ":=" ":-" ":+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+:" "-:" "=:" "<******>" "++" "+++"
"<:" "*=" "*+" "<." "<.>" ".>" "+*" "=*" ":>"
"(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "|-" "-|"))
(ligature-set-ligatures 'markdown-mode '(("=" (rx (+ "=") (? (| ">" "<")))) (ligature-set-ligatures 'markdown-mode '(("=" (rx (+ "=") (? (| ">" "<"))))
("-" (rx (+ "-"))))) ("-" (rx (+ "-")))))
(global-ligature-mode +1)) (global-ligature-mode +1))
@ -421,7 +423,8 @@ Configure email with iCalendar event support, to integrate with
(mu4e-trash-folder . "/Proton/Trash") (mu4e-trash-folder . "/Proton/Trash")
(mu4e-refile-folder . "/Proton/Archive") (mu4e-refile-folder . "/Proton/Archive")
(message-cite-style . message-cite-style-thunderbird) (message-cite-style . message-cite-style-thunderbird)
(message-signature . (concat "Evelyn Litherland-Smith (she/they)\n")) (message-signature . (concat "Evelyn Litherland-Smith (she/they)\n"
"Email: e.litherlandsmith@proton.me\n"))
)) ))
(make-mu4e-context (make-mu4e-context
:name "Alternate" :name "Alternate"
@ -432,7 +435,8 @@ Configure email with iCalendar event support, to integrate with
(mu4e-trash-folder . "/iCloud/Deleted Messages") (mu4e-trash-folder . "/iCloud/Deleted Messages")
(mu4e-refile-folder . "/iCloud/Archive") (mu4e-refile-folder . "/iCloud/Archive")
(message-cite-style . message-cite-style-thunderbird) (message-cite-style . message-cite-style-thunderbird)
(message-signature . (concat "Evelyn Litherland-Smith (she/they)\n")) (message-signature . (concat "Evelyn Litherland-Smith (she/they)\n"
"Email: e.litherlandsmith@icloud.com\n"))
)) ))
(make-mu4e-context (make-mu4e-context
:name "Work" :name "Work"