feat(emacs): SQL REPL
This commit is contained in:
6
users/crumb/programs/emacs/modules/lang/syd-lang-sql.el
Normal file
6
users/crumb/programs/emacs/modules/lang/syd-lang-sql.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;;; syd-lang-sql.el -*- lexical-binding: t; -*-
|
||||
|
||||
(with-eval-after-load 'sql
|
||||
(add-hook 'sql-interactive-mode-hook #'syd-repl-mode))
|
||||
|
||||
(provide 'syd-lang-sql)
|
||||
Reference in New Issue
Block a user