diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 00:05:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 00:06:20 +0300 |
commit | 58ee489097dfebbdf706ba15ca27991be055e9cc (patch) | |
tree | 3654de529bf06bc523548c439b6e02b2d5b826bb /.emacs.d/modules/thanos-multimedia.el | |
parent | 14631edf758a0180bc12657384e91edb54bde030 (diff) |
emacs: Fix typos and docstrings
Diffstat (limited to '.emacs.d/modules/thanos-multimedia.el')
-rw-r--r-- | .emacs.d/modules/thanos-multimedia.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el index 2e8b833..1f1e961 100644 --- a/.emacs.d/modules/thanos-multimedia.el +++ b/.emacs.d/modules/thanos-multimedia.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Thanos Apollo ;; Author: Thanos Apollo <[email protected]> -;; Keywords: +;; Keywords: ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -33,6 +33,7 @@ (require 'emms) (autoload 'emms-smart-browse "emms-browser.el" "Browse with EMMS" t) (define-key thanos/applications-map (kbd "e") 'emms-smart-browse) +(define-key thanos/applications-map (kbd "C-e") 'emms-pause) (with-eval-after-load 'emms (emms-all) @@ -46,7 +47,7 @@ (defun yeetube-download-vimeo-videos () - "." + "Download videos from vimeo services." (interactive) (let ((url "") (name "") @@ -63,7 +64,7 @@ nil 0))))) (defun yeetube-download-videos-ffmpeg () - "." + "Download videos using ffmpeg." (interactive) (let ((url "") (name "") |