branch: externals/php-fill
commit 92ece6a4b04a0e43fde777c9032dae8574e6433d
Author: Ariel Del Valle Lozano <[email protected]>
Commit: Ariel Del Valle Lozano <[email protected]>
Especial thanks seccion
---
README.org | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.org b/README.org
index 3096f4a946..3b3bed38e4 100644
--- a/README.org
+++ b/README.org
@@ -60,3 +60,13 @@ While in the process of being accepted in
[[https://elpa.gnu.org/][elpa.gnu.org]
("<backspace>" . php-fill-backward-delete)
("<delete>" . php-fill-delete-forward)))
#+END_SRC
+
+** Special thanks to
+
+- The code of commands `fill-paragraph', `c-fill-paragraph' and `refill-mode',
and their respective developers.
+- [[https://github.com/jcs090218][Jen-Chieh Shen]]'s
[[https://github.com/elisp-lsp/ellsp][ellsp]] and his patience 🙏
+- [[http://xahlee.info/emacs/][Xah Lee]] invaluable pages on Emacs. I don't
think I can pay the full tutorial right now though 😅. But a $20 donation soon
for sure 👍.
+-
[[https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html][gnu.org]]'s
wonderful manuals on Emacs.
+- In a lesser degree the sites
[[https://www.masteringemacs.org/][masteringemacs.org]] and
[[https://emacsdocs.org/][emacsdocs.org]].
+
+Finally thanks to the patience of the people of the
[[https://lists.gnu.org/archive/html/emacs-devel/][emacs-devel]] mailing list.
Thank you all.