* progmodes/cfengine.el: Minor update to docs.
authorTed Zlatanov <tzz@lifelogs.com>
Fri, 1 Jul 2011 10:12:47 +0000 (05:12 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Fri, 1 Jul 2011 10:12:47 +0000 (05:12 -0500)
lisp/progmodes/cfengine.el

index c436d2f..7989c60 100644 (file)
 ;; 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