gentoo/dev-util/cmake/files/50cmake-gentoo.el
Danny Robson 13a00c171d dev-util/cmake: add 3.15.0-rc1
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.
2019-06-07 09:40:15 +10:00

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))