branch: externals/php-fill
commit fe0f0ce410c3dceda3165255e66ece3d221d88be
Author: Ariel Del Valle Lozano <[email protected]>
Commit: Ariel Del Valle Lozano <[email protected]>

    Add :requires to use-package
---
 README.org  | 1 +
 php-fill.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.org b/README.org
index c25da1694f..43ed6cbc23 100644
--- a/README.org
+++ b/README.org
@@ -34,6 +34,7 @@ While in the process of being accepted in either 
[[https://elpa.gnu.org/][elpa.g
   (add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp/"))
   (use-package php-fill
     :load-path "~/.emacs.d/lisp/"
+    :requires 'php-mode
     ;; :custom
     ;; (php-fill-fill-column 120) ;; Default is 80.
     ;; (php-fill-sentence-end-double-space t) ;; Default is nil.
diff --git a/php-fill.el b/php-fill.el
index ee0e8ab41f..af15416a0a 100644
--- a/php-fill.el
+++ b/php-fill.el
@@ -39,6 +39,7 @@
 ;; Minimum suggested inclusion code with ‘php-mode’:
 
 ;; (use-package php-fill
+;;   :requires 'php-mode
 ;;   :hook
 ;;   (php-mode . php-fill-set-local-variables)
 ;;   (php-mode . php-fill-refill-mode)

Reply via email to