diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-17 11:43:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-17 11:43:45 -0500 |
commit | 66cc2e1e08dc8c235a91e1c8da403de4e10d5bee (patch) | |
tree | 92f31c80760f0b4c048138a0cd29c7d3993cd906 | |
parent | 99a03348ccdaf2c15681bbdb9f088173ab97a4fe (diff) | |
download | livie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.tar.lz livie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.tar.xz livie-66cc2e1e08dc8c235a91e1c8da403de4e10d5bee.zip |
README.md: remove config obsolete
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |