aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sql.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-04-07 09:16:07 -0700
committerGravatar Tom Willemse2026-04-07 09:16:07 -0700
commit3b91f3feb74018ad6330ba7d3c8fab6ff70c552a (patch)
tree73dfa67003acd6704ea70bb4cd997d0f465de8f7 /oni-sql.el
parent6c68d871fbbb9bd2c270fc5cb162c8be58666736 (diff)
downloademacs-config-3b91f3feb74018ad6330ba7d3c8fab6ff70c552a.tar.gz
emacs-config-3b91f3feb74018ad6330ba7d3c8fab6ff70c552a.zip
oni-sql: Fix typo
Diffstat (limited to 'oni-sql.el')
-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