summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-17 22:08:30 -0500
committerCraig Jennings <c@cjennings.net>2025-10-17 22:08:30 -0500
commitc04b3e173d88eb0029f1dc200bf92e5825549d41 (patch)
treebbf7960b15dde0f5a34b900e7f89d6cd69502430 /modules
parent122208bb5c24a916660347a243a87d04898b2254 (diff)
fix: cj/custom-keymap: string versus symbol issue
Diffstat (limited to 'modules')
-rw-r--r--modules/custom-comments.el2
1 files changed, 1 insertions, 1 deletions
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.