From b7216c9584e9a35b0e16dc45507ed04262f442e6 Mon Sep 17 00:00:00 2001 From: Suhail Singh <425284-suhailsingh@users.noreply.gitlab.com> Date: Tue, 5 Sep 2023 23:11:19 -0400 Subject: [PATCH] bugfix: address breaking change in markdown-mode v2.6 --- syntax_highlighting/emacs/catala-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax_highlighting/emacs/catala-mode.el b/syntax_highlighting/emacs/catala-mode.el index 428635e4..fb109ee7 100644 --- a/syntax_highlighting/emacs/catala-mode.el +++ b/syntax_highlighting/emacs/catala-mode.el @@ -65,6 +65,8 @@ (catala-mode-fr) (catala-mode-en))) (run-mode-hooks 'catala-code-mode-hook)) +;; needed due to +(add-to-list 'auto-mode-alist '("\\.catala" . catala-code-mode)) (provide 'catala-code-mode)