sql: Add default jump handlers for SQL layer

Recent versions of `dumb-jump` have support for jumping to definitions for generic SQL buffers, and
support in Spacemacs requires that we enable these in the `sql` layer.
This commit is contained in:
Alex Palaistras 2018-05-28 00:43:02 +01:00 committed by duianto
parent c84ec02434
commit 8fb3be891d
2 changed files with 3 additions and 0 deletions

View File

@ -2170,6 +2170,7 @@ Other:
package (thanks to David Chen)
- Added a code formatter for sql-mode (thanks to Seong Yong-ju)
- Added connection between =org-mode= and =SQL layer= (thanks to Magnus Therning)
- Added default jump handlers for SQL layer (thanks to Alex Palaistras)
**** Spell-checking
- Added spell checking transient state (thanks to Francesc Elies Henar)
- Update to flyspell-correct v0.5 (thanks to Boris Buliga)

View File

@ -9,6 +9,8 @@
;;
;;; License: GPLv3
(spacemacs|define-jump-handlers sql-mode)
(defvar sql-capitalize-keywords nil
"Capitalize keywords in SQL mode.")