aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-01-11 01:29:27 +1100
committerMichael Palimaka <kensington@gentoo.org>2013-01-11 01:29:27 +1100
commit9adb3b0f90aa914c43e07a4216b77d175627bfb5 (patch)
treef0a9dc77c117cb75e595d34585906458d70aa5cf /dev-util/cmake/files/50cmake-gentoo.el
parent[eclass] Export cmake-utils_src_prepare. (diff)
downloadkde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.tar.gz
kde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.tar.bz2
kde-9adb3b0f90aa914c43e07a4216b77d175627bfb5.zip
[dev-util/cmake] Add improved Python patch for testing wrt bug #405181.
Package-Manager: portage-2.1.11.38 RepoMan-Options: --force
Diffstat (limited to 'dev-util/cmake/files/50cmake-gentoo.el')
-rw-r--r--dev-util/cmake/files/50cmake-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/cmake/files/50cmake-gentoo.el b/dev-util/cmake/files/50cmake-gentoo.el
new file mode 100644
index 0000000000..e4a1a6d47c
--- /dev/null
+++ b/dev-util/cmake/files/50cmake-gentoo.el
@@ -0,0 +1,4 @@
+(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))