Add *.gvy to quickrun-file-alist

This commit is contained in:
Henrik Lissner 2015-07-24 13:05:04 +02:00
parent de8b88829c
commit 628e495536

View file

@ -10,7 +10,8 @@
helm-quickrun) helm-quickrun)
:config :config
(add-popwin-rule! "*quickrun*" :position bottom :height 15) (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) (provide 'core-quickrun)
;;; core-quickrun.el ends here ;;; core-quickrun.el ends here