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

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

[elpa] externals/phps-mode 7deefdc 383/405: Fixed use-package config exa


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 7deefdc 383/405: Fixed use-package config example in README
Date: Sat, 13 Jul 2019 10:00:58 -0400 (EDT)

branch: externals/phps-mode
commit 7deefdc5a0a1620b680a77ec1501eca96940302d
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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))
 ```



reply via email to

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