doomemacs/core/core-quickrun.el
2015-06-15 09:05:52 +02:00

14 lines
312 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))
(provide 'core-quickrun)
;;; core-quickrun.el ends here