]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - emacs/.emacs.d/init.el
Support C++ mode.
[Dotty.git] / emacs / .emacs.d / init.el
index ddb78c4f31983253f79376063bb04d811ca16f1c..447eb8368437c2cd4adf01234afbc3ff9cc2aa64 100644 (file)
@@ -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)