Emacs: Disable subed, errors on init.

This commit is contained in:
tastytea 2020-12-17 00:33:55 +01:00
parent da4ff546c7
commit 1cfe0cf44c
1 changed files with 6 additions and 5 deletions

View File

@ -21,11 +21,12 @@
: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")))
;; Error on init, investigate later.
;; ;; 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