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)