branch: elpa/raku-mode
commit c353cb2b74633bbee75236e6a72ee43e49e86fb8
Author: Matias Linares <matiasl...@gmail.com>
Commit: Matias Linares <matiasl...@gmail.com>

    Add perl6 defalias
---
 raku-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/raku-mode.el b/raku-mode.el
index fdf49b6060..8d08db5f6b 100644
--- a/raku-mode.el
+++ b/raku-mode.el
@@ -88,7 +88,7 @@
               :backward-token #'raku-smie--backward-token)
   (use-local-map raku-mode-map))
 
-
+(defalias 'perl6-mode 'raku-mode)
 
 (provide 'raku-mode)
 

Reply via email to