+wrapped my own literate config setup!

+literate.org file that holds the config program
+bootstrap to config.org that loads the literate.el file, which in turn
parses all the other files and loads everything
-literate config module, I have my own now
This commit is contained in:
AChavali
2019-12-30 20:57:25 +00:00
parent d2b26253ef
commit 85c5e30142
3 changed files with 80 additions and 1 deletions

View File

@@ -6,6 +6,11 @@
This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as
possible. It is currently my main editor overall, literally overtaking my life.
* Variables
Bootstrapping literate module and setting up basic variables.
** Bootstrap literate
#+BEGIN_SRC elisp
(load! "modules/literate.el")
#+END_SRC
** Doom Variables
#+BEGIN_SRC elisp
(after! core-keybinds