From c04b3e173d88eb0029f1dc200bf92e5825549d41 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 17 Oct 2025 22:08:30 -0500 Subject: fix: cj/custom-keymap: string versus symbol issue --- modules/custom-comments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/custom-comments.el') diff --git a/modules/custom-comments.el b/modules/custom-comments.el index f7aadd66..b7052c66 100644 --- a/modules/custom-comments.el +++ b/modules/custom-comments.el @@ -169,7 +169,7 @@ Leverages cj/comment-centered." "-" #'cj/comment-hyphen "b" #'cj/comment-box "D" #'cj/delete-buffer-comments) -(keymap-set cj/custom-keymap "C" 'cj/comment-map) +(keymap-set cj/custom-keymap "C" cj/comment-map) (provide 'custom-comments) ;;; custom-comments.el ends here. -- cgit v1.2.3