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
Prefer find-file-noselect to with-temp-file (#503)
`with-temp-file` causes `(buffer-file-name)` to return nil which is the root cause of #139.
Additionally, `cljr--update-file` does not leave files open (unless they were alrady open), improving performance / UX.
Fixes#139
0 commit comments