From f789eac7c1bfb88b22c189567b12d1194fffac47 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:36:43 -0400 Subject: fix typo --- bard-elisp/bard-scratch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bard-elisp') 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) -- cgit v1.2.3