Closed Nexseer closed 1 year ago
I just used init-quickrun.el to install and set some functions with the package. When I click it, the result is " is undefined"!
(use-package quickrun :custom (quickrun-timeout-seconds 60) :bind (([f5] . quickrun) ("M-<f5>" . quickrun-shell)) (provide 'init-quickrun)
I put (require init-quickrun) in init.el, restart, and the folder of /elpa had the quickrun...
(require init-quickrun)
quickrun has been in init-prog.el. You should add your own config to custom-post.el.
quickrun
init-prog.el
custom-post.el
I just used init-quickrun.el to install and set some functions with the package. When I click it, the result is " is undefined"!
I put
(require init-quickrun)
in init.el, restart, and the folder of /elpa had the quickrun...