diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-03-02 19:47:26 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-03-02 19:47:26 -0700 |
| commit | 4a48862fcbc3bbf2a3e08ae8a3211f93ab61c1dd (patch) | |
| tree | 7445949f2a98535c6e71c8fb0b717bc3aab14a24 /README.md | |
| parent | 570f3d5e6ea6bb87f72c333f975b07243fa1b5bb (diff) | |
Align closed parentheses in README as by elisp guidelines
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
