added installation into emacs-personal
This commit is contained in:
parent
b355865bdb
commit
a968bf24b6
13
README.md
13
README.md
@ -24,6 +24,19 @@ Livie allows the user to search youtube.com and play the video from `mpv`.
|
|||||||
(setq livie-script-path (expand-file-name "path/to/livie.py" user-emacs-directory))
|
(setq livie-script-path (expand-file-name "path/to/livie.py" user-emacs-directory))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Installation in emacs-personal
|
||||||
|
|
||||||
|
mkdir ~/.emacs.d/private/
|
||||||
|
|
||||||
|
git clone https://libregit.org/heckyel/livie.git ~/.emacs.d/private/livie
|
||||||
|
|
||||||
|
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
|
## Usage
|
||||||
|
|
||||||
Just run `M-x livie` and enter a search query. `n`, `p` and `tab`
|
Just run `M-x livie` and enter a search query. `n`, `p` and `tab`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user