emacs-configuration: Adjust init.el to byte-compile org tangle result

This commit is contained in:
Collin J. Doering 2023-12-25 22:57:39 -05:00
parent ca90382bd3
commit bebb70fb56
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,4 @@
; executable (new in org 9.6)
(org-confirm-babel-evaluate nil))
(when (file-exists-p config)
;; Note: org-babel-load-file is explicitly not used as it doesn't
;; hand symlinks but overwrites them
(org-babel-tangle-file config)
(load-file el)))
(org-babel-load-file config t)))