+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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user