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

Wrong line for adding syntax hightlighting in the emacs init file #266

Open
pierrevial opened this issue Feb 23, 2022 · 0 comments
Open

Comments

@pierrevial
Copy link

On the tutorial page of the project: [https://deducteam.github.io/tutorial.html], it is indicated to add the following line to the .emacs init file:
(add-to-list package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))

An apostrophe is missing just before package-archives (should be 'package-archives instead).
Moreover, the line
(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/"))
seems to work fine

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

1 participant