kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

fix: cancel inserting template code when it exits #111

Closed Elilif closed 1 year ago

Elilif commented 1 year ago

When the code buffer is not exits but the code file does, leetcode--start-coding will open the file and reinsert the template code. That will mess up the contents.