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

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

[elpa] externals/phps-mode d5bdadc6fc 135/135: Improved installation doc


From: Christian Johansson
Subject: [elpa] externals/phps-mode d5bdadc6fc 135/135: Improved installation documentation
Date: Sun, 29 Jan 2023 03:11:13 -0500 (EST)

branch: externals/phps-mode
commit d5bdadc6fc993d498db91f396f0ec1383bd96a58
Author: christian <christian@cvj.se>
Commit: christian <christian@cvj.se>

    Improved installation documentation
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 550df3e73a..34791c6c86 100644
--- a/README.md
+++ b/README.md
@@ -109,8 +109,9 @@ Enable with:
     (setq phps-mode-async-process-using-async-el nil))
 ```
 
-### Load and configure using regular emacs-lisp with flycheck support, no 
asynchronous support
+### Install, load and configure using regular emacs-lisp with flycheck 
support, no asynchronous support
 ``` emacs-lisp
+(package-install 'phps-mode)
 (require 'phps-mode)
 (add-to-list 'auto-mode-alist '("\\.\\(php\\|phtml\\)\\'" . phps-mode))
 (phps-mode-flycheck-setup)



reply via email to

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