From a968bf24b647434c6797ddbe38eb6411807ab598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 7 Jul 2019 17:52:31 -0500 Subject: [PATCH] added installation into emacs-personal --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3a8467a..0af97fc 100644 --- a/README.md +++ b/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)) ``` +## 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`