Added comment to the beginning for clarity
This commit is contained in:
parent
e31bd2c70c
commit
1cbe437122
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,10 @@ In the following points, stuff is defined, which is needed to be done for a prop
|
||||||
Imports are needed for the Window Manager to work properly. They grab the needed libraries so we can do cool stuff inside the window manager.
|
Imports are needed for the Window Manager to work properly. They grab the needed libraries so we can do cool stuff inside the window manager.
|
||||||
|
|
||||||
#+BEGIN_SRC python
|
#+BEGIN_SRC python
|
||||||
|
##################################################################################################################################################
|
||||||
|
### IF YOU ARE READING CONFIG.PY, SWITCH TO CONFIG.ORG IN EMACS!! THIS VERSION IS TANGELD FROM A LITERATE CONFIG AND HAS NEXT TO NO COMMENTS!! ###
|
||||||
|
##################################################################################################################################################
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
##################################################################################################################################################
|
||||||
|
### IF YOU ARE READING CONFIG.PY, SWITCH TO CONFIG.ORG IN EMACS!! THIS VERSION IS TANGELD FROM A LITERATE CONFIG AND HAS NEXT TO NO COMMENTS!! ###
|
||||||
|
##################################################################################################################################################
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Reference in a new issue