Skip to content

Commit f87e235

Browse files
committed
Fix recipe identifier to improve installation for straight and elpaca
Using `nano-emacs` as the recipe identifier for elpaca (and straight) breaks heuristics which find the main file. The elpaca and straight.el author recommends changing the recipe to make this more explicit. See the upstream elpaca bug with fix and recommendation: progfolio/elpaca#178 (comment)
1 parent b776e75 commit f87e235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install straight.el, and then add the following snippet into your emacs
5959
configuration:
6060
``` emacs-lisp
6161
(straight-use-package
62-
'(nano-emacs :type git :host github :repo "rougier/nano-emacs"))
62+
'(nano :type git :host github :repo "rougier/nano-emacs"))
6363
```
6464
from here, you may either `(require 'nano)` to pull in the default nano
6565
configuration, or call for the different modules. The only mandatory module

0 commit comments

Comments
 (0)