Skip to content

Commit

Permalink
docs: minor punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
nobiot committed Aug 20, 2023
1 parent c62deb3 commit 27cb687
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ I will quickly show you the first option to use the new built-in library, which

In my example, I downloaded a "pen" icon as an `.svg` file from [Boxicons](https://boxicons.com/?query=pen) ([licensed under The MIT License](https://boxicons.com/usage#license)).

2. Put the downloaded SVG file somewhere in your local.
2. Put the downloaded SVG file somewhere in your local

I put it at `~/.config/emacs/.cache/svg/bx-pen.svg`.

3. Use `define-icon` macro to create an icon with the SVG file.
3. Use `define-icon` macro to create an icon with the SVG file

For example, I used the code below. Make sure to change my example to the path part of the file name to your own. You can also play with the `:height` property as you see fit.

Expand Down

0 comments on commit 27cb687

Please sign in to comment.