mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Add *.gvy to quickrun-file-alist
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user