aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-scratch.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-03-27 16:36:43 -0400
committerDaniel <[email protected]>2024-03-27 16:36:43 -0400
commitf789eac7c1bfb88b22c189567b12d1194fffac47 (patch)
treed48fdc8b05f0b231458bfc9b69c8b38beed55c25 /bard-elisp/bard-scratch.el
parent53819b7be6e212f67e4ab74c3b86e807ab202eb7 (diff)
fix typo
Diffstat (limited to 'bard-elisp/bard-scratch.el')
-rw-r--r--bard-elisp/bard-scratch.el2
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)