Use MELPA for perl6-mode package

The mentioned issue was resolved:
https://github.com/melpa/melpa/issues/5261
This commit is contained in:
yuhan0 2018-12-31 02:31:52 +08:00 committed by Codruț Constantin Gușoi
parent 1a87b0c644
commit b8a65e6ccb
2 changed files with 2 additions and 5 deletions

View File

@ -279,7 +279,7 @@ Benner and Paweł Siudak):
- kotlin (thanks to Shanavas M)
- pact (thanks to Colin Woodbury)
- perl5 (thanks to Troy Hinckley, Jinseop Kim and Michael Rohleder)
- perl6 (thanks to Bahtiar Gadimov)
- perl6 (thanks to Bahtiar Gadimov and yuhan0)
- protobuf (thanks to Amol Mandhane)
- restructuredtext (thanks to Wei-Wei Guo and Kalle Lindqvist)
- semantic-web (thanks to Andreas Textor)

View File

@ -15,10 +15,7 @@
evil
flycheck
(flycheck-perl6 :requires flycheck)
;; Not available in MELPA for now
;; TODO check progress on issue: https://github.com/melpa/melpa/issues/5261
(perl6-mode :location (recipe :fetcher github
:repo "perl6/perl6-mode"))
perl6-mode
))
(defun perl6/post-init-company ()