Emacs: Disable subed, errors on init.
This commit is contained in:
parent
da4ff546c7
commit
1cfe0cf44c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user