Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1866db1d7c725a3bbc0e4f6169c76444 > files > 1

cmake-2.6.4-0.1mdv2009.0.i586.rpm

(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))
              auto-mode-alist))