From 1cfe0cf44c3f8332adb49518c616a52753e27bc3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 17 Dec 2020 00:33:55 +0100 Subject: [PATCH] Emacs: Disable subed, errors on init. --- init.d/misc/misc.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/init.d/misc/misc.el b/init.d/misc/misc.el index edbb716..10b4ff1 100644 --- a/init.d/misc/misc.el +++ b/init.d/misc/misc.el @@ -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