emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nginx-mode 6fd3933 17/34: Update README.md


From: ELPA Syncer
Subject: [nongnu] elpa/nginx-mode 6fd3933 17/34: Update README.md
Date: Sun, 29 Aug 2021 11:24:14 -0400 (EDT)

branch: elpa/nginx-mode
commit 6fd3933a9aa4911f7c9e594a132819470f2ed02c
Author: Andrew J. Cosgriff <andrew@cosgriff.name>
Commit: Andrew J. Cosgriff <andrew@cosgriff.name>

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5df9502..d38f7c9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Put this file into your load-path and the following into your 
~/.emacs:
   (require 'nginx-mode)
 ```
 
-Example: To load nginx-mode to all files in your /etc/nginx/sites-available 
use:
+The mode should automatically activate for files called `nginx.conf` and files 
under `/etc/nginx` - if not, you can add something like this to your init file:
 ```lisp
 (add-to-list 'auto-mode-alist '("/etc/nginx/sites-available/.*" . nginx-mode)) 
  
 ```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]