Raku / raku-mode

Emacs major mode for Raku
GNU General Public License v3.0
60 stars 19 forks source link

Symbol’s function definition is void: raku-script-skeleton #59

Open emakei opened 1 year ago

emakei commented 1 year ago

This happens after adding this to my config

(define-auto-insert
    '("\\.rakumod\\'" . "Raku module skeleton")
    'raku-module-skeleton)
(define-auto-insert
    '("\\.raku\\'" . "Raku script skeleton")
    'raku-script-skeleton)

This is GNU Emacs 27.2 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4) of 2023-05-10