summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.