Add *.gvy to quickrun-file-alist
This commit is contained in:
parent
de8b88829c
commit
628e495536
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue