You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Put this file into your load-path and the following into your ~/.emacs:
24
24
(require 'nginx-mode)
25
25
```
26
26
27
-
Example: To load nginx-mode to all files in your /etc/nginx/sites-available use:
27
+
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:
0 commit comments