aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-sql.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-sql.el b/oni-sql.el
index 4746025..c396019 100644
--- a/oni-sql.el
+++ b/oni-sql.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2026.0401.124124
+;; Version: 2026.0406.121459
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
(add-hook 'sql-mode-hook 'outline-minor-mode)
(add-hook 'sql-interactive-mode-hook 'outline-minor-mode)
-(define-key sql-interactive-mode-map (kbd "RET") 'oni-sqli-send-input)
+(define-key sql-interactive-mode-map (kbd "RET") 'oni-sql-send-input)
(provide 'oni-sql)
;;; oni-sql.el ends here