diff options
| -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) |
