From: Frederik Vanrenterghem Date: Wed, 16 Oct 2024 12:38:16 +0000 (+0800) Subject: Support C++ mode. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/a787db895b973c4bce80d5b381865df994348fd6 Support C++ mode. --- diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index ddb78c4..447eb83 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -153,6 +153,7 @@ vc-follow-symlinks t '(("\\.mdwn\\'" . markdown-mode) ("\\.md\\'" . markdown-mode) ("\\.yarn\\'" . markdown-mode) + ("\\.cpp\\'" . c++-mode) ("\\.js\\'" . js-mode) ("\\.json\\'" . js-mode) ("Makefile" . makefile-mode)