cmake/debian/cmake.emacsen-startup
Pierre Habouzit 6b0ed18677 import cmake 2.6.0-5
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2008-10-12 18:44:02 +02:00

11 lines
275 B
Plaintext

;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux cmake package
(autoload 'cmake-mode "cmake-mode")
(setq auto-mode-alist
(append '(("CMakeLists\\.txt\\'" . cmake-mode)
("\\.cmake\\'" . cmake-mode))
auto-mode-alist))