From 5f7d3165288ba82f74c5ab62ef9175c3ceb6973e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 13 Dec 2020 11:01:15 +0100 Subject: [PATCH] Emacs: Add subed, subtitle edit with mpv integration. --- init.d/misc/misc.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.d/misc/misc.el b/init.d/misc/misc.el index 2d1b2f5..edbb716 100644 --- a/init.d/misc/misc.el +++ b/init.d/misc/misc.el @@ -21,5 +21,11 @@ :mode ("\\(\\.gp\\|gnuplot\\)$" . gnuplot-mode) :hook (gnuplot-mode . hl-todo-mode)) +;; Edit subtitles with mpv integration. +(use-package subed + :straight (subed + :type git :host github :repo "rndusr/subed" + :files ("subed/*.el"))) + (provide 'misc/misc) ;;; misc.el ends here