Comment out md4rd

This commit is contained in:
Case Duckworth 2022-01-21 16:41:32 -06:00
parent 3ec991d541
commit 81fb787be4
1 changed files with 7 additions and 7 deletions

14
init.el
View File

@ -1360,13 +1360,13 @@ See also `crux-reopen-as-root-mode'."
#'hl-line-mode
#'lin-mode))
(setup (:straight md4rd)
;; `md4rd' is ... a bit janky, tbh. But I'm including this here so I have it.
;; TODO: enable opening Reddit links in md4rd
(:also-load _md4rd)
(defalias 'reddit 'md4rd "Browse Reddit.")
(with-eval-after-load 'md4rd
(run-with-timer 0 (* 60 59) 'md4rd-refresh-login)))
;; (setup (:straight md4rd)
;; ;; `md4rd' is ... a bit janky, tbh. But I'm including this here so I have it.
;; ;; TODO: enable opening Reddit links in md4rd
;; (:also-load _md4rd)
;; (defalias 'reddit 'md4rd "Browse Reddit.")
;; (with-eval-after-load 'md4rd
;; (run-with-timer 0 (* 60 59) 'md4rd-refresh-login)))
(setup (:straight minions)
(minions-mode +1))