Emacs: Disable subed, errors on init.
This commit is contained in:
parent
da4ff546c7
commit
1cfe0cf44c
|
@ -21,11 +21,12 @@
|
||||||
:mode ("\\(\\.gp\\|gnuplot\\)$" . gnuplot-mode)
|
:mode ("\\(\\.gp\\|gnuplot\\)$" . gnuplot-mode)
|
||||||
:hook (gnuplot-mode . hl-todo-mode))
|
:hook (gnuplot-mode . hl-todo-mode))
|
||||||
|
|
||||||
;; Edit subtitles with mpv integration.
|
;; Error on init, investigate later.
|
||||||
(use-package subed
|
;; ;; Edit subtitles with mpv integration.
|
||||||
:straight (subed
|
;; (use-package subed
|
||||||
:type git :host github :repo "rndusr/subed"
|
;; :straight (subed
|
||||||
:files ("subed/*.el")))
|
;; :type git :host github :repo "rndusr/subed"
|
||||||
|
;; :files ("subed/*.el")))
|
||||||
|
|
||||||
(provide 'misc/misc)
|
(provide 'misc/misc)
|
||||||
;;; misc.el ends here
|
;;; misc.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user