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

Inquiry Regarding Repository Integration in Non-DOOM Configuration #15

Open
Xanaxus opened this issue Nov 28, 2023 · 5 comments
Open

Inquiry Regarding Repository Integration in Non-DOOM Configuration #15

Xanaxus opened this issue Nov 28, 2023 · 5 comments

Comments

@Xanaxus
Copy link

Xanaxus commented Nov 28, 2023

Hello,
I recently discovered your repository while developing my own configuration. I am interested in utilizing the contents of your repository within my configuration. Could you kindly confirm whether this is allowed, or if the traditional approach of manually assigning keybindings is the recommended method?

Your guidance on this matter is highly appreciated.

Thank you.

@Xanaxus Xanaxus changed the title Inquiry Regarding Repository Integration in Configuration Inquiry Regarding Repository Integration in Non-DOOM Configuration Nov 28, 2023
@chenyanming
Copy link
Owner

Sure, you can use anything if you like.

@Xanaxus
Copy link
Author

Xanaxus commented Nov 30, 2023

I had a look at the README, I understand that I have to use the LOAD THIS MODULE DIRECTLY option to install, but what I stuck on is this part:

The configuration of the Config file

To enable the spacemacs like dashboard, add this: (add-hook 'doom-init-ui-hook #'spacemacs/home)

so do I follow the same steps since I don't have doom-init-ui-hook in my custom config.

And as I am using the Elpaca PM to install my packages I will be excluding the package.el file and be installing the dependencies on my own.

@chenyanming
Copy link
Owner

You can enable it by

;; use spacemacs dashboard
(if (fboundp 'spacemacs/home)
    (add-hook 'doom-init-ui-hook #'spacemacs/home))

Or simply call the function without hook

@Xanaxus
Copy link
Author

Xanaxus commented Dec 7, 2023

So I tried tweaking around, and I tied to remove the most of the code which is solely used by doom. The only point that I am facing an issue is the `map!' command, is there any workaround for this.

@chenyanming
Copy link
Owner

You can remove it in config.el, if you dont use it

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