changeset 35 | 4a9c440b6764 |
parent 29 | b52bb6669eed |
child 40 | 886afd628fa2 |
34:8e91ec6fd0a2 | 35:4a9c440b6764 |
---|---|
71 )) |
71 )) |
72 |
72 |
73 (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode)) |
73 (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode)) |
74 (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode)) |
74 (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode)) |
75 |
75 |
76 (message "Loaded Hoersten C style") |
76 (message "Loading Hoersten C style...done") |
77 (provide 'hoersten-c-style) |
77 (provide 'hoersten-c-style) |