diff options
| author | Johannes Huber <johu@gmx.de> | 2011-07-11 07:47:34 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gmx.de> | 2011-07-11 17:08:49 +0200 |
| commit | 1010127c1205112376c2e788ddd46310a03667b5 (patch) | |
| tree | 5c5f38f90006dcc5950f1d9e36dd33bef2b5b06e /dev-util/cmake/files/50cmake-gentoo.el | |
| parent | 10ed259b620254d4bc662f5c3f4d66e09518f4e6 (diff) | |
| download | kde-1010127c1205112376c2e788ddd46310a03667b5.tar.gz kde-1010127c1205112376c2e788ddd46310a03667b5.tar.bz2 kde-1010127c1205112376c2e788ddd46310a03667b5.zip | |
[dev-util/cmake] Bump 2.8.5
Diffstat (limited to 'dev-util/cmake/files/50cmake-gentoo.el')
| -rw-r--r-- | dev-util/cmake/files/50cmake-gentoo.el | 4 |
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 00000000000..e4a1a6d47cb --- /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)) |
