~byte compile config.el and all other files
gotta go fast (except for packages.org)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ ncmpcpp/*
|
|||||||
Emacs/.config/emacs/transient/*
|
Emacs/.config/emacs/transient/*
|
||||||
Emacs/.config/emacs/straight/*
|
Emacs/.config/emacs/straight/*
|
||||||
/Doom/.doom.d/org/*.el
|
/Doom/.doom.d/org/*.el
|
||||||
|
*.elc
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
;;; ~/Dotfiles/doom.d/config.el -*- lexical-binding: t; -*-
|
;;; ~/Dotfiles/doom.d/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(org-babel-load-file (concat doom-private-dir "org/config.org"))
|
(org-babel-load-file (concat doom-private-dir "org/config.org") t)
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Declare variable for org files I want to compile
|
|||||||
|
|
||||||
Then just iterate and load them via =org-babel-load-file=.
|
Then just iterate and load them via =org-babel-load-file=.
|
||||||
#+BEGIN_SRC elisp
|
#+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
|
#+END_SRC
|
||||||
** Doom Variables
|
** Doom Variables
|
||||||
- Set the doom localleader to "," because it's faster
|
- Set the doom localleader to "," because it's faster
|
||||||
|
|||||||
Reference in New Issue
Block a user