src.nth.io/

summaryrefslogtreecommitdiff
path: root/c-init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2011-10-03 09:55:09 -0500
committerLuke Hoersten <[email protected]>2011-10-03 09:55:09 -0500
commit66bfb4e2e2f5a204a9f8e7404fabcb57e366fcd4 (patch)
tree9da9046d3c8556914952ed49b1863c6769b5143d /c-init.el
parent374c5b92a1ebae65cd1545a7126d6954b93d51bc (diff)
Split out some init files.
Diffstat (limited to 'c-init.el')
-rw-r--r--c-init.el4
1 files changed, 2 insertions, 2 deletions
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)