summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-01-13 15:27:54 +0100
committerfpi2020-01-29 17:57:37 +0100
commitf5e07059df2e98f1f507e0b4ddb7a649a156a0c1 (patch)
tree634853da21948eb7f2ecf16809285c6730ec6efa
parentAdd a .gitignore (diff)
Add README
-rw-r--r--README.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..bfd2a0d
--- /dev/null
+++ b/README.org
@@ -0,0 +1,17 @@
+* My dotfiles
+The config files are organized in emacs org files. They are tangled
+and symlinked to the appropriate directories.
+
+[[file:emacs-init.org::*tangle%20dotfiles][A hook]] tangles all files automatically on each save.
+~emacs-init.org~ is special and not automatically tangled. The >100 src
+blocks make tangling take several seconds and ~org-babel-load-file~ in
+~init.el~ tangles the init org file on each emacs start anyway.
+
+For now the symlinks need to be created by manually running the
+appropriate src block in each configuration file.
+
+* Window manager
+I use [[https://github.com/ch11ng/exwm][exwm]] and [[https://awesomewm.org/][awesome]] as my window managers. When doing a lot of
+coding and similar stuff I tend to use exwm as I will spend most of my
+time in emacs anyway.
+