Skip to content

Commit dfdf2fa

Browse files
committed
fix(comments,commits): missing (require) calls for byte-compilation
1 parent cc07da6 commit dfdf2fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

convention-comments.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
;;; Code:
77

8+
(require 'convention-custom)
9+
810
(defsubst convention-comments-syntax-defaults ()
911
"Basic setup for font-lock."
1012
(font-lock-set-defaults)

convention-commits.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
;;; Code:
77

8+
(require 'convention-custom)
9+
810
(defsubst convention-commits-syntax-defaults ()
911
"Basic setup for font-lock."
1012
(setq-local font-lock-keywords-case-fold-search t))

0 commit comments

Comments
 (0)