Merge pull request #721 from mdssjc/add-pretty-symbols
Add new symbols.
This commit is contained in:
commit
6fcc1203cc
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