From 3afb8761d4fd66a361bb7c707c65ac48d45d2912 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Fri, 17 Oct 2025 19:15:03 +0200 Subject: [PATCH] Enables .c <-> .h projectile switch --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 21920e3..dad8559 100644 --- a/.emacs +++ b/.emacs @@ -660,6 +660,7 @@ (concat "-imp." ext) (concat "-impl." ext) ".cpp" + ".c" ))) ) (when (member ext '("c" "cc" "cpp"))