BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer name.
This commit is contained in:
parent
0a9d238def
commit
c8e355b6a1
|
@ -25,7 +25,7 @@
|
||||||
;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
|
;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
|
||||||
;; (require 'cmake-mode)
|
;; (require 'cmake-mode)
|
||||||
;; (setq auto-mode-alist
|
;; (setq auto-mode-alist
|
||||||
;; (append '(("CMakeLists\\.txt" . cmake-mode)
|
;; (append '(("CMakeLists\\.txt$" . cmake-mode)
|
||||||
;; ("\\.cmake$" . cmake-mode))
|
;; ("\\.cmake$" . cmake-mode))
|
||||||
;; auto-mode-alist))
|
;; auto-mode-alist))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue