Open anthrolisp opened 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.
@anthrolisp Can you confirm that you installed it according to the directions in the readme?
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.
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!
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
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?