diff options
| author | Luke Hoersten <[email protected]> | 2010-11-29 11:40:31 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2010-11-29 11:40:31 -0600 |
| commit | a64d04f0e8c57a3c2abcab221ff3c36f3d0e228a (patch) | |
| tree | 02f7c46866f3bea42e6f5184963e4bffb537f258 /hoersten-c-style.el | |
| parent | ad74353762986ad9629ee49836dddc23f87db03b (diff) | |
Added align-with-spaces require.
Diffstat (limited to 'hoersten-c-style.el')
| -rw-r--r-- | hoersten-c-style.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hoersten-c-style.el b/hoersten-c-style.el index 783f45f..a3122fb 100644 --- a/hoersten-c-style.el +++ b/hoersten-c-style.el @@ -73,4 +73,5 @@ (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode)) (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode)) +(message "Loaded Hoersten C style") (provide 'hoersten-c-style)
\ No newline at end of file |
