mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user