~byte compile config.el and all other files

gotta go fast (except for packages.org)
This commit is contained in:
dx
2020-06-11 01:20:51 +01:00
parent a286f91ad7
commit 1767b5ec7d
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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)

View File

@@ -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