summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/50cmake-gentoo.el
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-04 14:38:38 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-04 14:39:54 +0200
commitbb7b2bc4fac028642b6021662393b37e44d8e71a (patch)
tree7b39e86885666d1bc3e19a94e929f08078ccce6f /dev-util/cmake/files/50cmake-gentoo.el
parent787c8708cddb735c1b895bbd7b633d3b1fda8d48 (diff)
downloadkde-bb7b2bc4fac028642b6021662393b37e44d8e71a.tar.gz
kde-bb7b2bc4fac028642b6021662393b37e44d8e71a.tar.bz2
kde-bb7b2bc4fac028642b6021662393b37e44d8e71a.zip
remove cmake stuff. it is in the tree.
Diffstat (limited to 'dev-util/cmake/files/50cmake-gentoo.el')
-rw-r--r--dev-util/cmake/files/50cmake-gentoo.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-util/cmake/files/50cmake-gentoo.el b/dev-util/cmake/files/50cmake-gentoo.el
deleted file mode 100644
index e4a1a6d47cb..00000000000
--- a/dev-util/cmake/files/50cmake-gentoo.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(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))