+some more symbols ~indenting

This commit is contained in:
2020-09-01 23:25:00 +01:00
parent d76098587d
commit dda19ae3bc

View File

@@ -692,21 +692,21 @@ packages can leverage it.
Here's a collection of symbols I have currently that may be used Here's a collection of symbols I have currently that may be used
later. later.
#+begin_example #+begin_example
("null" . "∅") ("null" . "∅")
("list" . "𝕃") ("list" . "")
("string" . "𝕊") ("string" . "𝕊")
("true" . "𝕋") ("true" . "")
("false" . "𝔽") ("false" . "")
("char" . "") ("char" . "")
("int" . "") ("int" . "")
("float" . "") ("float" . "")
("bool" . "𝔹") ("!" . "¬")
("!" . "¬") ("&&" . "")
("&&" . "") ("||" . "")
("||" . "") ("for" . "")
("for" . "") ("return" . "")
("return" . "") ("print" . "")
("lambda" . "λ") ("lambda" . "λ")
#+end_example #+end_example
** Window management ** Window management
Window management is really important. I find the default window Window management is really important. I find the default window