Skip to content

Commit

Permalink
Merge pull request #152 from shassard/master
Browse files Browse the repository at this point in the history
Fix recipe identifier to improve installation for straight and elpaca
  • Loading branch information
rougier committed Sep 11, 2023
2 parents b776e75 + f87e235 commit b863108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install straight.el, and then add the following snippet into your emacs
configuration:
``` emacs-lisp
(straight-use-package
'(nano-emacs :type git :host github :repo "rougier/nano-emacs"))
'(nano :type git :host github :repo "rougier/nano-emacs"))
```
from here, you may either `(require 'nano)` to pull in the default nano
configuration, or call for the different modules. The only mandatory module
Expand Down

0 comments on commit b863108

Please sign in to comment.