From caeada7f274368c175f8b3e9c2c6b20017a41918 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 19 Jun 2003 16:23:42 -0400 Subject: add a comment --- Docs/cmake-mode.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v0.12