Enables .c <-> .h projectile switch

This commit is contained in:
2025-10-17 19:15:03 +02:00
parent 993fa7eec3
commit 3afb8761d4

1
.emacs
View File

@@ -660,6 +660,7 @@
(concat "-imp." ext) (concat "-imp." ext)
(concat "-impl." ext) (concat "-impl." ext)
".cpp" ".cpp"
".c"
))) )))
) )
(when (member ext '("c" "cc" "cpp")) (when (member ext '("c" "cc" "cpp"))