Rename perl module to raku.

It doesn't actually contain any Perl config.
This commit is contained in:
Marcus Ramberg 2020-06-05 21:01:23 +02:00
parent d93b789ef5
commit 35ec72d080
8 changed files with 18 additions and 21 deletions

View file

@ -1,13 +0,0 @@
#+TITLE: :lang perl
This module adds support for Perl 6, and flycheck support for all versions of Perl.
* Table of Contents :TOC:
- [[#install][Install]]
* Install
This module depends on perl itself. Perl <5 typically comes bundled with most OSes and Linux distros.
You'll have to install
There are no other dependencies.

View file

@ -0,0 +1,11 @@
#+TITLE: :lang raku
This module adds a major mode and flycheck for Raku.
* Table of Contents :TOC:
- [[#install][Install]]
* Install
This module depends on raku itself.
There are no other dependencies.

View file

@ -1,6 +1,5 @@
;;; lang/perl/config.el -*- lexical-binding: t; -*-
;;; lang/raku/config.el -*- lexical-binding: t; -*-
;; There's also `perl-mode' for perl < 6, which is already set up.
(use-package! raku-mode

View file

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; lang/perl/packages.el
;;; lang/raku/packages.el
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74")