Skip to content

Commit

Permalink
perl6-mode: Add defalias to raku-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Apr 21, 2020
1 parent 77bc9e9 commit a2cd049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,8 @@

;; Add Perl6 editing support
(use-package perl6-mode
:preface (defalias 'perl6-mode 'raku-mode)
:defer t
:quelpa (perl6-mode :fetcher github :repo "perl6/perl6-mode"))

;; Add Perl6 support in flycheck
Expand Down

0 comments on commit a2cd049

Please sign in to comment.