diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-07 17:52:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-07 17:52:31 -0500 |
commit | a968bf24b647434c6797ddbe38eb6411807ab598 (patch) | |
tree | 893a0ab5635db179980056bae1bcfba9a6b5b420 | |
parent | b355865bdbac47144f1bc8b9f9fe52268014fa77 (diff) | |
download | livie-a968bf24b647434c6797ddbe38eb6411807ab598.tar.lz livie-a968bf24b647434c6797ddbe38eb6411807ab598.tar.xz livie-a968bf24b647434c6797ddbe38eb6411807ab598.zip |
added installation into emacs-personal
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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)) ``` +## 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 Just run `M-x livie` and enter a search query. `n`, `p` and `tab` |