From 0da3f8bcf500844c46a6b12b0920776714db8624 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Fri, 1 Jul 2011 05:12:47 -0500 Subject: [PATCH] * progmodes/cfengine.el: Minor update to docs. --- lisp/progmodes/cfengine.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index c436d2ff06e..7989c60f80c 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el @@ -29,6 +29,12 @@ ;; Possible customization for auto-mode selection: ;; (push '(("^cfagent.conf\\'" . cfengine-mode)) auto-mode-alist) ;; (push '(("^cf\\." . cfengine-mode)) auto-mode-alist) +;; (push '(("\\.cf\\'" . cfengine-mode)) auto-mode-alist) + +;; Or, if you want to use the CFEngine 3.x support: + +;; (push '(("^cfagent.conf\\'" . cfengine3-mode)) auto-mode-alist) +;; (push '(("^cf\\." . cfengine3-mode)) auto-mode-alist) ;; (push '(("\\.cf\\'" . cfengine3-mode)) auto-mode-alist) ;; This is not the same as the mode written by Rolf Ebert -- 2.39.2