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