branch: externals/phps-mode
commit 7deefdc5a0a1620b680a77ec1501eca96940302d
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixed use-package config example in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa4e05a..159685b 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Download to `~/.emacs.d/phps-mode/` and then add this to
your init file:
(add-to-list 'load-path (expand-file-name "~/.emacs.d/phps-mode/"))
(use-package phps-mode
:after flycheck
- :mode ("\\.php\\" "\\.phtml\\")
+ :mode ("\\.php\\'" "\\.phtml\\'")
:config
(setq phps-mode-flycheck-support t))
```