mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Fix missing ending to source block.
This commit is contained in:
parent
d7a9ffaa5e
commit
630c69e4d6
3 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,14 @@
|
|||
[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
|
||||
bgcolor=#000000
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[geometry]
|
||||
posx=16
|
||||
posx=1936
|
||||
posy=40
|
||||
sizex=1884
|
||||
sizey=1020
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue