Add ¬ (not) symbol to prettify-symbols-alist
This commit is contained in:
parent
4e5bf36c20
commit
c0d42b5c48
3
init.el
3
init.el
@ -1105,7 +1105,8 @@
|
|||||||
'(("lambda" . 955) ; λ
|
'(("lambda" . 955) ; λ
|
||||||
("->" . 8594) ; →
|
("->" . 8594) ; →
|
||||||
("=>" . 8658) ; ⇒
|
("=>" . 8658) ; ⇒
|
||||||
("map" . 8614)) ; ↦
|
("map" . 8614) ; ↦
|
||||||
|
("not" . 172)) ; ¬
|
||||||
|
|
||||||
;; …and some pairs to complete
|
;; …and some pairs to complete
|
||||||
;; TODO: maybe add-to-list is a better way to do it
|
;; TODO: maybe add-to-list is a better way to do it
|
||||||
|
Loading…
Reference in New Issue
Block a user