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
+11 -1
View File
@@ -1,4 +1,14 @@
[xin_1] [xin_1]
file=/home/dt/wallpapers/0078.jpg file=/home/dt/wallpapers/0004.jpg
mode=0
bgcolor=#000000
[xin_0]
file=/home/dt/wallpapers/0004.jpg
mode=0
bgcolor=#000000
[xin_2]
file=/home/dt/wallpapers/0004.jpg
mode=0 mode=0
bgcolor=#000000 bgcolor=#000000
+1 -1
View File
@@ -1,5 +1,5 @@
[geometry] [geometry]
posx=16 posx=1936
posy=40 posy=40
sizex=1884 sizex=1884
sizey=1020 sizey=1020
+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-allow-imprecise-window-fit t
which-key-separator "" )) which-key-separator "" ))
(which-key-mode) (which-key-mode)
#+e #+end_src
* RUNTIME PERFORMANCE * RUNTIME PERFORMANCE
Dial the GC threshold back down so that garbage collection happens more frequently but in less time. Dial the GC threshold back down so that garbage collection happens more frequently but in less time.