diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Livie allows the user to search youtube.com and play the video from `mpv`. ## Installation +Open `init.el` write the following: + ``` emacs-lisp (push (concat user-emacs-directory "path/to/livie") load-path) (let* ((file-name-handler-alist nil)) |