Skip to content

Commit

Permalink
Reorder :fetcher and :repo in ac-php example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaiah committed Dec 4, 2016
1 parent 46ac42b commit 22e92d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
;; all, you could add a line like this:
;;
;; (use-package ac-php :quelpa
;; (:stable nil :repo "xcwen/ac-php" :fetcher github
;; (:stable nil :fetcher github :repo "xcwen/ac-php"
;; :files ("ac-php.el" "company-php.el")))

;; That's all! I hope this example was helpful to you.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ and provide a convenient framework for building your config.
;; all, you could add a line like this:
;;
;; (use-package ac-php :quelpa
;; (:stable nil :repo "xcwen/ac-php" :fetcher github
;; (:stable nil :fetcher github :repo "xcwen/ac-php"
;; :files ("ac-php.el" "company-php.el")))
;; That's all! I hope this example was helpful to you.
Expand Down

0 comments on commit 22e92d5

Please sign in to comment.