aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-03-02 19:47:26 -0700
committerGabriele Bozzola <sbozzolator@gmail.com>2020-03-02 19:47:26 -0700
commit4a48862fcbc3bbf2a3e08ae8a3211f93ab61c1dd (patch)
tree7445949f2a98535c6e71c8fb0b717bc3aab14a24 /README.md
parent570f3d5e6ea6bb87f72c333f975b07243fa1b5bb (diff)
Align closed parentheses in README as by elisp guidelines
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index be695d6..7b94811 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,7 @@ lines to your `init.el`:
```elisp
(use-package vterm
- :ensure t
-)
+ :ensure t)
```
## Manual installation
@@ -84,8 +83,7 @@ Or, with `use-package`:
```elisp
(use-package vterm
- :load-path "path/to/emacs-libvterm/"
-)
+ :load-path "path/to/emacs-libvterm/")
```
## vterm and Ubuntu