summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2014-03-27 10:37:27 -0400
committerJustin Riley <justin.t.riley@gmail.com>2014-03-27 10:37:27 -0400
commitf5c10b6d0834c24d1f8e1bcb3d75e2c24978ef1a (patch)
tree392beb2354b051bd17d2bc73fc7fd46c24e5f915 /dev-util/cmake/files/50cmake-gentoo.el
parentadd patched nmon-14i.ebuild (fixes #505114) (diff)
downloadjtriley-f5c10b6d0834c24d1f8e1bcb3d75e2c24978ef1a.tar.gz
jtriley-f5c10b6d0834c24d1f8e1bcb3d75e2c24978ef1a.tar.bz2
jtriley-f5c10b6d0834c24d1f8e1bcb3d75e2c24978ef1a.zip
cmake-2.8.12.2: fix ncurses tinfo bug #468622
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 0000000..e4a1a6d
--- /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))