+c/c++: arrow symbol to pretty symbols

This commit is contained in:
2020-08-23 17:21:17 +01:00
parent b86135cdd0
commit 9149622bc6

View File

@@ -1429,6 +1429,7 @@ when needed in projects.
(with-eval-after-load "prog-mode"
(+pretty/set-alist
c-mode-hook
("->" . "")
("NULL" . "")
("true" . "𝕋")
("false" . "𝔽")
@@ -1449,6 +1450,7 @@ when needed in projects.
("vector" . "𝕃")
("std::string" . "𝕊")
("string" . "𝕊")
("->" . "")
("NULL" . "")
("true" . "𝕋")
("false" . "𝔽")