c-init.el
changeset 44 6e66ab8d9185
parent 41 14679e8ab2ae
child 67 6034a5ace9af
equal deleted inserted replaced
43:cfdd7b253085 44:6e66ab8d9185
    44    ))
    44    ))
    45 
    45 
    46 (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode))
    46 (add-to-list 'auto-mode-alist '("\\.ipp$" . c++-mode))
    47 (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode))
    47 (add-to-list 'auto-mode-alist '("\\.inl$" . c++-mode))
    48 
    48 
    49 (message "Loading C hook...done")
    49 (message "Loading c-init...done")
    50 (provide 'c-init)
    50 (provide 'c-init)