Skip to content

Commit b863108

Browse files
authored
Merge pull request #152 from shassard/master
Fix recipe identifier to improve installation for straight and elpaca
2 parents b776e75 + f87e235 commit b863108

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)