You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of places in my init where I use the optional second argument of load to ensure no error gets raised if the file doesn't exist. So I have a line:
(load"el-get-local.el"t)
Where the t ensures that it will silently fail if el-get-local.el doesn't exist. Unfortunately, esup gives me the following error if the file isn't there:
I have a couple of places in my init where I use the optional second argument of
load
to ensure no error gets raised if the file doesn't exist. So I have a line:Where the
t
ensures that it will silently fail ifel-get-local.el
doesn't exist. Unfortunately,esup
gives me the following error if the file isn't there:My full configuration is available at https://github.com/jezcope/dotfiles/tree/master/emacs.d if it helps.
Edit:
*esup-log*
here https://gist.github.com/7a3015df9f948ba9ed3bThe text was updated successfully, but these errors were encountered: