Emacs: Add subed, subtitle edit with mpv integration.
This commit is contained in:
parent
a54a36a2e9
commit
5f7d316528
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user