|
|
@ -25,8 +25,8 @@ |
|
|
|
;; (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) |
|
|
|
;; ("\\.cmake$" . cmake-mode)) |
|
|
|
;; (append '(("CMakeLists\\.txt\\'" . cmake-mode) |
|
|
|
;; ("\\.cmake\\'" . cmake-mode)) |
|
|
|
;; auto-mode-alist)) |
|
|
|
|
|
|
|
;------------------------------------------------------------------------------ |
|
|
|