diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-22 12:40:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-22 12:40:39 -0500 |
commit | 8ad25fded8bb03324b237123efdefe5171c95bc7 (patch) | |
tree | 67fb94793e047d49c221e2d2621af7735105f29f | |
parent | bd11a3cc9a83e7b09294c4fa2f3e51659b00ca5a (diff) | |
download | livie-8ad25fded8bb03324b237123efdefe5171c95bc7.tar.lz livie-8ad25fded8bb03324b237123efdefe5171c95bc7.tar.xz livie-8ad25fded8bb03324b237123efdefe5171c95bc7.zip |
README.md: update
-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)) |