mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Write core initfiles + defuns
This commit is contained in:
13
core/core-quickrun.el
Normal file
13
core/core-quickrun.el
Normal file
@ -0,0 +1,13 @@
|
||||
;;; 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
|
Reference in New Issue
Block a user