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