diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
1 files changed, 2 insertions, 0 deletions
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" . "𝔽") |