Skip to content

Commit

Permalink
Disable some ligatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
weidaolee committed Jun 24, 2024
1 parent 63de9c3 commit d537da5
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions modules/ui/ligatures/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,35 @@
;; Functional
:lambda "λ"
:def "ƒ"
:composition ""
:map ""
;; :composition "∘"
;; :map "↦"
;; Types
:null ""
:true "𝕋"
:false "𝔽"
:int ""
:float ""
:str "𝕊"
:bool "𝔹"
:list "𝕃"
;; :true "𝕋"
;; :false "𝔽"
;; :int "𝚭"
;; :uint "𝚴"
;; :float "ℝ"
;; :str "𝕊"
;; :bool "𝔹"
;; :list "𝕃"
;; Flow
:not ""
;; :not "¬"
:in ""
:not-in ""
:and ""
:or ""
;; :and "∧"
;; :or "∨"
:for ""
:some ""
:return ""
:yield ""
;; :return "⟼"
;; :yield "⟻"
;; Other
:union ""
:intersect ""
:diff ""
:tuple ""
:pipe "" ;; FIXME: find a non-private char
:dot "")
;; :union "⋃"
;; :intersect "∩"
;; :diff "∖"
;; :tuple "⨂"
;; :pipe "" ;; FIXME: find a non-private char
:dot "" ) ;; ●
"Maps identifiers to symbols, recognized by `set-ligatures'.
This should not contain any symbols from the Unicode Private Area! There is no
Expand Down

0 comments on commit d537da5

Please sign in to comment.