doomemacs/core/core-quickrun.el
2015-10-13 00:46:03 -04:00

16 lines
383 B
EmacsLisp

;;; core-quickrun.el
(use-package quickrun
:commands (quickrun
quickrun-region
quickrun-with-arg
quickrun-shell
quickrun-compile-only
quickrun-replace-region
helm-quickrun)
:config
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
(provide 'core-quickrun)
;;; core-quickrun.el ends here