aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-17 11:43:45 -0500
committerJesús <heckyel@hyperbola.info>2021-01-17 11:43:45 -0500
commit66cc2e1e08dc8c235a91e1c8da403de4e10d5bee (patch)
tree92f31c80760f0b4c048138a0cd29c7d3993cd906
parent99a03348ccdaf2c15681bbdb9f088173ab97a4fe (diff)
downloadlivie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.tar.lz
livie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.tar.xz
livie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.zip
README.md: remove config obsolete
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index b958fd1..b127af3 100644
--- a/README.md
+++ b/README.md
@@ -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