aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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