From 58ee489097dfebbdf706ba15ca27991be055e9cc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 12 Oct 2023 00:05:22 +0300 Subject: emacs: Fix typos and docstrings --- .emacs.d/modules/thanos-multimedia.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.emacs.d/modules/thanos-multimedia.el') 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 -;; 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 "") -- cgit v1.2.3