Use load-file option for custom file and notes iso manual check
This commit is contained in:
parent
3853d9d247
commit
ede533e792
1 changed files with 2 additions and 5 deletions
7
init.el
7
init.el
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue