Add more ligatures for Iosevka font
Update automatic email signatures for personal accounts
This commit is contained in:
parent
133cff6249
commit
f4ad4ba8d6
12
README.org
12
README.org
|
@ -192,9 +192,11 @@ Configure the look and feel of Emacs
|
|||
(ligature-set-ligatures
|
||||
'(text-mode prog-mode org-mode)
|
||||
'("<---" "<--" "<<-" "<-" "->" "-->" "--->" "<->" "<-->" "<--->" "<---->" "<!--"
|
||||
"<==" "<===" "<=" "=>" "=>>" "==>" "===>" ">=" "<=>" "<==>" "<===>" "<====>" "<!---"
|
||||
"<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" ">=" "<=>" "<==>" "<===>" "<====>" "<!---"
|
||||
"<~~" "<~" "~>" "~~>" "::" ":::" "==" "!=" "===" "!=="
|
||||
":=" ":-" ":+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+:" "-:" "=:" "<******>" "++" "+++"))
|
||||
":=" ":-" ":+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+:" "-:" "=:" "<******>" "++" "+++"
|
||||
"<:" "*=" "*+" "<." "<.>" ".>" "+*" "=*" ":>"
|
||||
"(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "|-" "-|"))
|
||||
(ligature-set-ligatures 'markdown-mode '(("=" (rx (+ "=") (? (| ">" "<"))))
|
||||
("-" (rx (+ "-")))))
|
||||
(global-ligature-mode +1))
|
||||
|
@ -421,7 +423,8 @@ Configure email with iCalendar event support, to integrate with
|
|||
(mu4e-trash-folder . "/Proton/Trash")
|
||||
(mu4e-refile-folder . "/Proton/Archive")
|
||||
(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
|
||||
:name "Alternate"
|
||||
|
@ -432,7 +435,8 @@ Configure email with iCalendar event support, to integrate with
|
|||
(mu4e-trash-folder . "/iCloud/Deleted Messages")
|
||||
(mu4e-refile-folder . "/iCloud/Archive")
|
||||
(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
|
||||
:name "Work"
|
||||
|
|
Loading…
Reference in a new issue