~byte compile config.el and all other files
gotta go fast (except for packages.org)
This commit is contained in:
@@ -18,7 +18,7 @@ Declare variable for org files I want to compile
|
||||
|
||||
Then just iterate and load them via =org-babel-load-file=.
|
||||
#+BEGIN_SRC elisp
|
||||
(cl-loop for file in dx:literate/org-files do (org-babel-load-file (concat doom-private-dir "org/" file)))
|
||||
(cl-loop for file in dx:literate/org-files do (org-babel-load-file (concat doom-private-dir "org/" file) t))
|
||||
#+END_SRC
|
||||
** Doom Variables
|
||||
- Set the doom localleader to "," because it's faster
|
||||
|
||||
Reference in New Issue
Block a user