Add new symbols.
This commit is contained in:
parent
e4b23d78da
commit
fcbf221267
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ besides what is listed.")
|
|||
:lambda "λ"
|
||||
:def "ƒ"
|
||||
:composition "∘"
|
||||
:map "↦"
|
||||
;; Types
|
||||
:null "∅"
|
||||
:true "𝕋"
|
||||
|
@ -48,7 +49,8 @@ besides what is listed.")
|
|||
:yield "⟻"
|
||||
;; Other
|
||||
:tuple "⨂"
|
||||
:pipe "")
|
||||
:pipe ""
|
||||
:dot "•")
|
||||
"Options plist for `pretty-code-get-pairs'.")
|
||||
|
||||
(defvar +pretty-code--iosevka-ligeratures-enabled nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue