mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-18 23:21:22 -08:00
fix(tutorial): add the right tutorial advice
This commit is contained in:
parent
ad201dc53a
commit
ead489bc29
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
(push (list name :skipped nil :complete nil :page 0)
|
||||
doom-tutorial--progress))
|
||||
(dolist (target (plist-get parameters :triggers))
|
||||
(advice-add target :after name))
|
||||
(advice-add target :after (intern (format "doom-tutorial-%s" name))))
|
||||
(dolist (filepattern (plist-get parameters :file-triggers))
|
||||
(add-to-list 'doom-tutorials--file-triggers (cons (eval filepattern) name))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue