Add ¬ (not) symbol to prettify-symbols-alist

This commit is contained in:
Gergely Polonkai 2016-11-30 17:35:24 +01:00
parent 4e5bf36c20
commit c0d42b5c48
1 changed files with 2 additions and 1 deletions

View File

@ -1105,7 +1105,8 @@
'(("lambda" . 955) ; λ
("->" . 8594) ; →
("=>" . 8658) ; ⇒
("map" . 8614)) ; ↦
("map" . 8614) ; ↦
("not" . 172)) ; ¬
;; …and some pairs to complete
;; TODO: maybe add-to-list is a better way to do it