created check-init.el script
parent
2518c94484
commit
7f1fc2f936
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env -S emacs --script
|
||||
|
||||
(kill-emacs (condition-case nil
|
||||
(progn
|
||||
(load (file-name-concat user-emacs-directory "early-init.el"))
|
||||
(load (file-name-concat user-emacs-directory "init.el")))
|
||||
(error 1)
|
||||
(:success 0)))
|
Loading…
Reference in New Issue