add a comment

This commit is contained in:
Bill Hoffman 2003-06-19 16:23:42 -04:00
parent 06cd152da2
commit caeada7f27
1 changed files with 4 additions and 0 deletions

View File

@ -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)