Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't autoload leetcode #35

Closed
kaiwk opened this issue Sep 7, 2019 · 1 comment
Closed

Can't autoload leetcode #35

kaiwk opened this issue Sep 7, 2019 · 1 comment

Comments

@kaiwk
Copy link
Owner

kaiwk commented Sep 7, 2019

skeeto/emacs-aio#3

kaiwk added a commit that referenced this issue Sep 7, 2019
@ShuguangSun
Copy link

A temperorty solution:
(aio-defun aa-do (arglist) body)
;;;###autoload
(defun aa (arglist) (aa-do arglist))

The byte complier will expand aio-defun and byte-compile it.

kaiwk added a commit that referenced this issue Sep 8, 2019
@kaiwk kaiwk closed this as completed Sep 9, 2019
swapnilsm pushed a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
swapnilsm pushed a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants