Trevoke / sqlup-mode.el

An emacs minor mode to upcase SQL keyword and functions
GNU General Public License v3.0
87 stars 15 forks source link

If in sql-mode, super-happy path #48

Closed Trevoke closed 7 years ago

Trevoke commented 8 years ago

If the user is in some version of sql-mode, then I shouldn't do any crazy rigamarole with temp buffers, I should take the win and implement a simpler path.

Trevoke commented 8 years ago

Likely a good idea will be to use derived-mode-p to check if the major mode derives from sql-mode.