Skip to content

Commit

Permalink
Improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Dec 11, 2023
1 parent 8af3df6 commit a68aaab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ Or put the following snippet into your Emacs configuration:
Add the following to the `packages.el` file:

```el
(package! smudge) ; from MELPA
;; Fetch from MELPA
(package! smudge)
;; From GitHub
;; Fetch from GitHub
(package! smudge
:recipe (:host github :repo "danielfm/smudge")) ; from GitHub
:recipe (:host github :repo "danielfm/smudge"))
```

Add the following to the `config.el` file:
Expand Down

0 comments on commit a68aaab

Please sign in to comment.