From 66bfb4e2e2f5a204a9f8e7404fabcb57e366fcd4 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 3 Oct 2011 09:55:09 -0500 Subject: Split out some init files. --- c-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c-init.el') diff --git a/c-init.el b/c-init.el index 768fdc3..5ccfbc8 100644 --- a/c-init.el +++ b/c-init.el @@ -46,5 +46,5 @@ (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode)) (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode)) -(message "Loading C hook...done") -(provide 'c-init) \ No newline at end of file +(message "Loading c-init...done") +(provide 'c-init) -- cgit v1.2.3