c-init.el
changeset 41 14679e8ab2ae
parent 40 886afd628fa2
child 44 6e66ab8d9185
equal deleted inserted replaced
40:886afd628fa2 41:14679e8ab2ae
    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 hook...done")
    50 (provide 'c-hook)
    50 (provide 'c-init)