aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r--doom.d/modules/config.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org
index f8a48e8..39f72bd 100644
--- a/doom.d/modules/config.org
+++ b/doom.d/modules/config.org
@@ -184,6 +184,20 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys
(access-label . 0)
(label . 0)
(statement-cont . +))))
+ (set-pretty-symbols!
+ '(c-mode c++-mode)
+ :return "return"
+ :or "||"
+ :and "&&"
+ :not "!"
+ :bool "bool"
+ :str "string"
+ :str "std::string"
+ :float "float"
+ :int "int"
+ :false "false"
+ :true "true"
+ :null "nullptr"))
#+END_SRC
** LSP
Add lsp-ui-doc-mode to lsp-ui-mode: allows you to see documentation in a little