diff options
| -rw-r--r-- | oni-sql.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
