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

M-SPC is undefined #2

Open
anthrolisp opened this issue Oct 22, 2019 · 5 comments
Open

M-SPC is undefined #2

anthrolisp opened this issue Oct 22, 2019 · 5 comments

Comments

@anthrolisp
Copy link

I've managed to install alpha-org, but the M-SPC key bindings are not working (says "M-SPC is undefined"). I know it's installed since I can call the various packages like org-tree manually through M-x. Any ideas?

@alphapapa
Copy link
Owner

That would probably indicate that the package hasn't been loaded, so I'm guessing that you didn't install it according to the example in the readme.

@alphapapa
Copy link
Owner

@anthrolisp Can you confirm that you installed it according to the directions in the readme?

@anthrolisp
Copy link
Author

I added the following to my init.el

(use-package quelpa)
(use-package quelpa-use-package :ensure t)

;; Handle the `use-package-always-ensure' setting
(quelpa-use-package-activate-advice)

(use-package alpha-org
:quelpa (alpha-org :fetcher github :repo "alphapapa/alpha-org"))

With that, I'm able to call and use both org-sidebar and org-ql-search through M-x. But the keybinding M-SPC remains undefined.

@anthrolisp
Copy link
Author

Maybe update the README with instructions on how to install this configuration with a vanilla emacs, something that could be copy and pasted directed into an init? Thanks again for all of your help!

@anthrolisp
Copy link
Author

When I run the sandbox instance, I get the following error when I try to manually load the =alpha-org.el= library.

Loading /alpha-org/alpha-org.el (source)...
eval-buffer: Cannot open load file: No such file or directory, use-package

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