Add some more symbols to prettify-symbols-alist
This commit is contained in:
parent
6c576d1e64
commit
f8bd018131
5
init.el
5
init.el
@ -405,6 +405,11 @@ Version 2016-02-16"
|
|||||||
; ⟅⟆ ⦓⦔ ⦕⦖ ⸦⸧ ⸨⸩ ⧘⧙ ⧚⧛; ⸜⸝ ⸌⸍ ⸂⸃ ⸄⸅ ⸉⸊
|
; ⟅⟆ ⦓⦔ ⦕⦖ ⸦⸧ ⸨⸩ ⧘⧙ ⧚⧛; ⸜⸝ ⸌⸍ ⸂⸃ ⸄⸅ ⸉⸊
|
||||||
; ᚛᚜ ༺༻ ༼༽
|
; ᚛᚜ ༺༻ ༼༽
|
||||||
|
|
||||||
|
(setq prettify-symbols-alist
|
||||||
|
'(("lambda" . 955) ; λ
|
||||||
|
("->" . 8594) ; →
|
||||||
|
("=>" . 8658) ; ⇒
|
||||||
|
("map" . 8614))) ; ↦
|
||||||
(global-prettify-symbols-mode t)
|
(global-prettify-symbols-mode t)
|
||||||
|
|
||||||
; Bind webjump to a key. It’s pretty handy
|
; Bind webjump to a key. It’s pretty handy
|
||||||
|
Loading…
Reference in New Issue
Block a user