summaryrefslogtreecommitdiff
path: root/modules/custom-comments.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-comments.el')
-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.