README.md: remove config obsolete

This commit is contained in:
Jesús
2021-01-17 11:43:45 -05:00
parent 99a03348cc
commit 66cc2e1e08

View File

@@ -18,7 +18,6 @@ Livie allows the user to search youtube.com and play the video from `mpv`.
``` emacs-lisp
(require 'livie "~/.emacs.d/path/to/livie.el")
(setq livie-script-path (expand-file-name "path/to/livie.py" user-emacs-directory))
```
## Installation in emacs-personal
@@ -35,7 +34,6 @@ Open `settings.el` write the following:
``` emacs-lisp
(require 'livie "~/.emacs.d/private/livie/livie.el")
(setq livie-script-path (expand-file-name "private/livie/livie.py" user-emacs-directory))
```
## Usage