14 lines
312 B
EmacsLisp
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
|