Fix missing ending to source block.

This commit is contained in:
Derek Taylor
2021-07-03 11:16:54 -05:00
parent d7a9ffaa5e
commit 630c69e4d6
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ Which-key is a minor mode for Emacs that displays the key bindings following you
which-key-allow-imprecise-window-fit t
which-key-separator "" ))
(which-key-mode)
#+e
#+end_src
* RUNTIME PERFORMANCE
Dial the GC threshold back down so that garbage collection happens more frequently but in less time.