Skip to content

Commit c4ac5de

Browse files
committed
update version to 1.1.10, and mention use-package
1 parent 74c2a07 commit c4ac5de

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Put this file into your `load-path` and the following into your `~/.emacs`:
2727
(require 'nginx-mode)
2828
```
2929

30+
Now that nginx-mode is available via NonGNU ELPA, you could also:
31+
```lisp
32+
(use-package nginx-mode
33+
:commands nginx-mode)
34+
```
35+
3036
The mode automatically activates for:
3137

3238
1. Files, called `nginx.conf`

nginx-mode.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Andrew J Cosgriff <[email protected]>
66
;; Maintainer: Andrew J Cosgriff <[email protected]>
77
;; Created: 15 Oct 2010
8-
;; Version: 1.1.9
8+
;; Version: 1.1.10
99
;; Keywords: languages, nginx
1010

1111
;; available from http://github.com/ajc/nginx-mode
@@ -33,6 +33,10 @@
3333

3434
;; Put this file into your load-path and the following into your ~/.emacs:
3535
;; (require 'nginx-mode)
36+
;;
37+
;; Now that nginx-mode is available via NonGNU ELPA, you could also:
38+
;; (use-package nginx-mode
39+
;; :commands nginx-mode)
3640

3741
;;; Code:
3842

0 commit comments

Comments
 (0)