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

Add emacs for setting up #41

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Add emacs for setting up #41

merged 2 commits into from
Apr 29, 2020

Conversation

kubo39
Copy link
Contributor

@kubo39 kubo39 commented Mar 7, 2020

No description provided.

README.rst Outdated
:ensure t
:hook
(nim-mode . lsp)
:commands nim-mode

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this line, since if you have nim-mode installed, the mode is automatically enabled for the correct file extension (see https://github.com/nim-lang/nim-mode/blob/16a245e4974d21a6e9e7163e7fbfb50a0bd89f99/nim-mode.el#L238). For the same reason, you don't need :ensure t; as soon as a file with the correct extension is opened, the mode will be lazily loaded.

@PMunch PMunch merged commit 767634a into PMunch:master Apr 29, 2020
@kubo39 kubo39 deleted the kubo39-patch-1 branch April 29, 2020 08:03
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

Successfully merging this pull request may close these issues.

None yet

3 participants