Use load-file option for custom file and notes iso manual check

This commit is contained in:
Laurens Miers 2025-01-09 20:53:30 +01:00
parent 3853d9d247
commit ede533e792

View file

@ -12,9 +12,6 @@
(when (file-readable-p my-config-file)
(org-babel-load-file (expand-file-name my-config-file)))
(when (file-readable-p custom-file)
(load custom-file))
(when (file-readable-p notes-config-file)
(load notes-config-file))
(load notes-config-file :no-error-if-file-is-missing)
(load custom-file :no-error-if-file-is-missing)
)