Closed shlee625 closed 2 years ago
How about you add
(map! :leader
"ao" nil)
;; unbind the keys when necessary
(general-auto-unbind-keys)
@chenyanming Where are you suggesting to add that code? I tried adding it in the config.el or in the :config section of init.el before the :private spacemacs directive and I still get the same error reported by OP.
Did you do
(remove-hook 'org-load-hook #'+org-init-keybinds-h)
in config.el
If you don't do that, doom's org keybindings and spacemacs's would mess up.
All settings could be added in your personal config.el. If that dont work you may need to add it in this package's config.el, using method 2 (Load this module directly) in README.
Or later I can add it directly in this package.
@chenyanming yes thanks, there is no change with having the remove-hook there.
@chenyanming I doubt it will work to have that code anywhere, even if I do not load the spacemacs module having the code
(map! :leader
"ao" nil)
Produces the error all on its own.
I see. Seems have some other problems on your doom settings (not loading spacemacs module demonstrates that), try reinstall doom.
@chenyanming I doubt that can change anything as this is already a vanilla install of doom with no other configuration changed, this package is literally the first thing I've tried. Have you tried updating doom to master to try to reproduce?
Sorry I guess I had not redone doom sync
, we won't get that error without the spacemacs
package active.
I'm running into this as well. Emacs 27.2 on mac, a brand new completely clean install of doom and this spacemacs module.
Just confirmed I'm running into this issue on debian, too. Emacs 27.2, brand new installation of doom.
I reinstalled doom with emacs 28 on win and mac, no problems, did you still have this issue?
I tried a fresh install of emacs-28.1 and Doom Emacs on macOS. At least in my environment, I am getting the same error. doom.error.log
I had time today to clone a new doom with new emacs 28, and installed with the bug fix commit.
One thing is that, please enable hydra
in init.el
which is disabled by default.
Hi. First of all, thanks for your great work. I installed
emacs-27.2
andDOOM v21.12.0-alpha
on OS X 11.6. I tried to install this module but it kept being failed. I tried the easier instruction as a private module.Here is my
~/.doom.d/init.el
.I figured out that "ao/" is being used in https://github.com/chenyanming/spacemacs_module_for_doom/blob/82950bb3912c53fb65006a59288390aa223e4dcc/layer/org/packages.el#L356 but I'm a noob in emacs, so I have no idea what to do to solve this problem. I tried the solution from https://github.com/chenyanming/spacemacs_module_for_doom/issues/9 but it didn't work. It would be grateful if you help me. Thank you.
edited I tried this module on ubuntu machine (
emacs-27.1
,ubuntu-20.04
), but the same error occurs.