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.
(require)
1 parent cc07da6 commit dfdf2faCopy full SHA for dfdf2fa
convention-comments.el
@@ -5,6 +5,8 @@
5
6
;;; Code:
7
8
+(require 'convention-custom)
9
+
10
(defsubst convention-comments-syntax-defaults ()
11
"Basic setup for font-lock."
12
(font-lock-set-defaults)
convention-commits.el
(defsubst convention-commits-syntax-defaults ()
(setq-local font-lock-keywords-case-fold-search t))
0 commit comments