BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.

This commit is contained in:
Brad King 2006-04-26 14:28:56 -04:00
parent 0a9d238def
commit c8e355b6a1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
;; (require 'cmake-mode)
;; (setq auto-mode-alist
;; (append '(("CMakeLists\\.txt" . cmake-mode)
;; (append '(("CMakeLists\\.txt$" . cmake-mode)
;; ("\\.cmake$" . cmake-mode))
;; auto-mode-alist))