Danny Robson
13a00c171d
Copied directly from the Gentoo tree. Disabled patches that don't apply cleanly without investigating why they did not; Darwin and BLAS may experience some difficulties.
5 lines
244 B
EmacsLisp
5 lines
244 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'cmake-mode "cmake-mode" "Major mode for editing CMake files." t)
|
|
(add-to-list 'auto-mode-alist '("CMakeLists\\.txt\\'" . cmake-mode))
|
|
(add-to-list 'auto-mode-alist '("\\.cmake\\'" . cmake-mode))
|