seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration

Home Page:https://seagle0128.github.io/.emacs.d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defined hotkey has not taken effect

Nexseer opened this issue · comments

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...

quickrun has been in init-prog.el. You should add your own config to custom-post.el.