diff --git a/core/core-quickrun.el b/core/core-quickrun.el index 798c82a1d..1b3e0326d 100644 --- a/core/core-quickrun.el +++ b/core/core-quickrun.el @@ -10,7 +10,8 @@ helm-quickrun) :config (add-popwin-rule! "*quickrun*" :position bottom :height 15) - (add-unreal-buffer! "\\`\\*quickrun\\*\\'")) + (add-unreal-buffer! "\\`\\*quickrun\\*\\'") + (add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy"))) (provide 'core-quickrun) ;;; core-quickrun.el ends here