Skip to content

Commit 8c8e661

Browse files
committed
Fixup autoload regex for Emacs.
Signed-off-by: Tim McGilchrist <[email protected]>
1 parent ad2b5de commit 8c8e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor-integration/emacs/dune.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ For customization purposes, use `dune-mode-hook'."
395395

396396
;;;###autoload
397397
(add-to-list 'auto-mode-alist
398-
'("\\(?:\\`\\|/\\)dune\\(?:\\.inc\|-project\\)?\\'" . dune-mode))
398+
'("\\(?:\\`\\|/\\)dune\\(?:\\.inc\\|\\-project\\)?\\'" . dune-mode))
399399

400400

401401
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)