diff options
Diffstat (limited to 'lisp/progmodes/cfengine.el')
-rw-r--r-- | lisp/progmodes/cfengine.el | 6 |
1 files changed, 6 insertions, 0 deletions
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 |