lang/lua: conform hooks to new naming convention
This commit is contained in:
parent
e55ed59951
commit
49d86ae648
2 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@
|
|||
(setq-hook! 'moonscript-mode-hook
|
||||
moonscript-indent-offset tab-width)
|
||||
(add-hook! 'moonscript-mode-hook
|
||||
#'+lua|moonscript-fix-single-quotes
|
||||
#'+lua|moonscript-fontify-interpolation)
|
||||
#'+lua-moonscript-fix-single-quotes-h
|
||||
#'+lua-moonscript-fontify-interpolation-h)
|
||||
(when (featurep! :tools flycheck)
|
||||
(require 'flycheck-moonscript nil t)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue