-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save buffer before executing markdown-open-command
#248
Comments
Nice idea, thanks. I'll add this. |
Sorry for being obtrusive @jrblevin: Any news on implementing this, or did you change your mind? |
I didn't change my mind, I'm just behind. Thanks for reminding me about this. From my reading of the |
By the way, why the |
That's exactly how I use |
Yes, this works when used with |
Modifying |
I would suggest some small improvements to the
markdown-open
command. The version below will first save the buffer content using(save-buffer (buffer-file-name))
and then run themarkdown-open-command
on the file.For the time being you could advise the
markdown-open
function:The text was updated successfully, but these errors were encountered: