alphapapa / alpha-org

A powerful Org configuration
GNU General Public License v3.0
106 stars 3 forks source link

M-SPC is undefined #2

Open anthrolisp opened 5 years ago

anthrolisp commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

anthrolisp commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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