diff options
| author | 2026-04-07 09:16:07 -0700 | |
|---|---|---|
| committer | 2026-04-07 09:16:07 -0700 | |
| commit | 3b91f3feb74018ad6330ba7d3c8fab6ff70c552a (patch) | |
| tree | 73dfa67003acd6704ea70bb4cd997d0f465de8f7 /oni-sql.el | |
| parent | 6c68d871fbbb9bd2c270fc5cb162c8be58666736 (diff) | |
| download | emacs-config-3b91f3feb74018ad6330ba7d3c8fab6ff70c552a.tar.gz emacs-config-3b91f3feb74018ad6330ba7d3c8fab6ff70c552a.zip | |
oni-sql: Fix typo
Diffstat (limited to 'oni-sql.el')
| -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 |
