branch: externals/phps-mode commit d5bdadc6fc993d498db91f396f0ec1383bd96a58 Author: christian <christ...@cvj.se> Commit: christian <christ...@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)