summaryrefslogtreecommitdiffstats
path: root/Docs
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-06-19 20:23:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-06-19 20:23:42 (GMT)
commitcaeada7f274368c175f8b3e9c2c6b20017a41918 (patch)
treec0b1e6e538d6e4569d2a5905fcf758feff6f1663 /Docs
parent06cd152da20de0e7b08332ecefb4d02712b93c43 (diff)
downloadCMake-caeada7f274368c175f8b3e9c2c6b20017a41918.zip
CMake-caeada7f274368c175f8b3e9c2c6b20017a41918.tar.gz
CMake-caeada7f274368c175f8b3e9c2c6b20017a41918.tar.bz2
add a comment
Diffstat (limited to 'Docs')
-rw-r--r--Docs/cmake-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/cmake-mode.el b/Docs/cmake-mode.el
index f38ec27..bf21fc0 100644
--- a/Docs/cmake-mode.el
+++ b/Docs/cmake-mode.el
@@ -22,6 +22,10 @@
'(("CMakeLists\\.txt\\'" . cmake-mode))
'(("\\.cmake\\'" . cmake-mode))
auto-mode-alist))
+; Note, add the above setq auto-mode-alist to your .emacs
+; along with the following to have the mode loaded when
+; a CMakeLists.txt or *.cmake file is loaded in emacs.
+; (autoload 'cmake-mode "~/CMake/Docs/cmake-mode.el" t)
; Default indentation increment.
(defvar cmake-tab-width 2)