Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Dunaevskii committed Jun 28, 2024
1 parent 4472b26 commit 9744e18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<h1 align="center">
magit-file-icons.el
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="800px"/>
Expand All @@ -13,11 +12,13 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers!
</div>

# Preview

![Magit status buffer with file icons](./screenshots/status.png)

![Magit revision diffstat with file icons](./screenshots/diffstat.png)

# Installation

You can install this package from [MELPA](https://melpa.org/#/magit-file-icons).

For example, with `use-package`:
Expand All @@ -26,7 +27,7 @@ For example, with `use-package`:
(use-package magit-file-icons
:ensure t
:after magit
:init
:config
(magit-file-icons-mode 1)
:custom
;; These are the default values:
Expand Down

0 comments on commit 9744e18

Please sign in to comment.