From 9149622bc683c969c7b5d90fdcd6fba2a99fb30d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 23 Aug 2020 17:21:17 +0100 Subject: +c/c++: arrow symbol to pretty symbols --- Emacs/.config/emacs/config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index a6b39e0..b8df1d9 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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" . "𝔽") -- cgit v1.2.3-13-gbd6f