You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: