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
ejc-configure-sql-buffer will execute (sql-mode). change Babel source block `major-mode'. Then when I press [C-c '] to exist sql source block will be invalid.
add a if condition to detect whether current buffer is in source block editing dedicate buffer. Because SQL source block is sql-mode already, so no need to invoke sql-mode again.
ejc-configure-sql-buffer
will execute(sql-mode)
. change Babel source block `major-mode'. Then when I press[C-c ']
to exist sql source block will be invalid.add a if condition to detect whether current buffer is in source block editing dedicate buffer. Because SQL source block is
sql-mode
already, so no need to invokesql-mode
again.If you accept this patch, I will add an PR.
The text was updated successfully, but these errors were encountered: