diff options
| author | Daniel <[email protected]> | 2024-03-27 16:36:43 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-03-27 16:36:43 -0400 |
| commit | f789eac7c1bfb88b22c189567b12d1194fffac47 (patch) | |
| tree | d48fdc8b05f0b231458bfc9b69c8b38beed55c25 | |
| parent | 53819b7be6e212f67e4ab74c3b86e807ab202eb7 (diff) | |
fix typo
| -rw-r--r-- | bard-elisp/bard-scratch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-scratch.el b/bard-elisp/bard-scratch.el index 7775336..7180ccb 100644 --- a/bard-elisp/bard-scratch.el +++ b/bard-elisp/bard-scratch.el @@ -27,6 +27,6 @@ (text-scale-increase 1.5) xbuf)) -(define-key global-map (kbd "C-z C-s") #'bard-new-elisp-buffer) +(define-key global-map (kbd "C-z C-s") #'bard/new-elisp-buffer) (provide 'bard-scratch.el) |
