We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
keymap
key-parse
1 parent d2bc7be commit ce9b99aCopy full SHA for ce9b99a
conventional-comments.el
@@ -5,7 +5,6 @@
5
6
;;; Code:
7
8
-(require 'keymap)
9
(require 'newcomment)
10
(require 'conventional-custom)
11
@@ -139,7 +138,7 @@ Argument COMMENT-STRING represents one or more characters beginning a comment."
139
138
(let ((map (current-local-map)))
140
(unless map
141
(use-local-map (setq map (make-sparse-keymap))))
142
- (define-key map (key-parse "C-;") #'conventional-comments--ask-type))
+ (define-key map "C-;" #'conventional-comments--ask-type))
143
(conventional-comments-syntax--check)
144
(conventional-comments-set-syntax comment-start))
145
0 commit comments