Update README.md
This commit is contained in:
parent
1429d2c03b
commit
fedc33096d
11
README.md
11
README.md
@ -38,13 +38,12 @@ M-x format-to-pascal-case-region
|
|||||||
M-x format-to-snake-case-region
|
M-x format-to-snake-case-region
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Install
|
||||||
|
|
||||||
1. Download `format-region.el` file.
|
Add in your `init.el`.
|
||||||
|
|
||||||
2. Add this to your `~/.emacs` file:
|
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
(add-to-list 'load-path "/path/to/format-region.el")
|
(use-package format-region
|
||||||
(require 'format-region)
|
:straight (:host github :repo "tanrax/format-region.el" :files ("format-region.el"))
|
||||||
|
:ensure t)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user