emacs-configuration: Adjust init.el to byte-compile org tangle result
This commit is contained in:
parent
ca90382bd3
commit
bebb70fb56
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user