hoersten-c-style.el
changeset 29 b52bb6669eed
parent 21 a48713acd5c1
child 35 4a9c440b6764
equal deleted inserted replaced
28:8f4bd2f2cc06 29:b52bb6669eed
    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 (provide 'hoersten-c-style)
    77 (provide 'hoersten-c-style)