branch: externals/php-fill
commit 0c4072c805303f47afd5165eeb761f4bcb74a3ba
Author: Ariel Del Valle Lozano <[email protected]>
Commit: Ariel Del Valle Lozano <[email protected]>
Additional hooks added
---
README.org | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.org b/README.org
index 2aa667e06b..81567fc038 100644
--- a/README.org
+++ b/README.org
@@ -41,6 +41,12 @@ While in the process of being accepted in either
[[https://elpa.gnu.org/][elpa.g
;; (php-fill-nosqueeze-c++-comments t) ;; Default is nil
:hook
(php-mode . php-fill-set-local-variables)
+ ;; You migth omit the follwong if you want to fill literals manually
+ ;; with ‘M-q’.
+ (php-mode . php-fill-refill-mode)
+ ;; The following is recommended if it hasn't been done before.
+ (php-mode . display-fill-column-indicator-mode)
+ (php-mode . display-line-numbers-mode)
:bind
(:map php-mode-map
("M-q" . php-fill-paragraph)