From 628e495536453fe1dd0c261cedb08f1af87d3da9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Jul 2015 13:05:04 +0200 Subject: [PATCH] Add *.gvy to quickrun-file-alist --- core/core-quickrun.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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