diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2011-07-01 05:12:47 -0500 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2011-07-01 05:12:47 -0500 |
commit | 0da3f8bcf500844c46a6b12b0920776714db8624 (patch) | |
tree | f1cc61d454406864126a72e9d7f1bd478579f51e /lisp/progmodes/cfengine.el | |
parent | eee8207a7ea34e54577219c3a6b7b5395540382d (diff) | |
download | emacs-0da3f8bcf500844c46a6b12b0920776714db8624.tar.gz emacs-0da3f8bcf500844c46a6b12b0920776714db8624.tar.bz2 emacs-0da3f8bcf500844c46a6b12b0920776714db8624.zip |
* progmodes/cfengine.el: Minor update to docs.
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 |