Emacs: Add subed, subtitle edit with mpv integration.

This commit is contained in:
tastytea 2020-12-13 11:01:15 +01:00
parent a54a36a2e9
commit 5f7d316528
1 changed files with 6 additions and 0 deletions

View File

@ -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