diff options
-rw-r--r-- | init.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/init.el b/init.el index 93c5c1d..781c188 100644 --- a/init.el +++ b/init.el | |||
@@ -1360,13 +1360,13 @@ See also `crux-reopen-as-root-mode'." | |||
1360 | #'hl-line-mode | 1360 | #'hl-line-mode |
1361 | #'lin-mode)) | 1361 | #'lin-mode)) |
1362 | 1362 | ||
1363 | (setup (:straight md4rd) | 1363 | ;; (setup (:straight md4rd) |
1364 | ;; `md4rd' is ... a bit janky, tbh. But I'm including this here so I have it. | 1364 | ;; ;; `md4rd' is ... a bit janky, tbh. But I'm including this here so I have it. |
1365 | ;; TODO: enable opening Reddit links in md4rd | 1365 | ;; ;; TODO: enable opening Reddit links in md4rd |
1366 | (:also-load _md4rd) | 1366 | ;; (:also-load _md4rd) |
1367 | (defalias 'reddit 'md4rd "Browse Reddit.") | 1367 | ;; (defalias 'reddit 'md4rd "Browse Reddit.") |
1368 | (with-eval-after-load 'md4rd | 1368 | ;; (with-eval-after-load 'md4rd |
1369 | (run-with-timer 0 (* 60 59) 'md4rd-refresh-login))) | 1369 | ;; (run-with-timer 0 (* 60 59) 'md4rd-refresh-login))) |
1370 | 1370 | ||
1371 | (setup (:straight minions) | 1371 | (setup (:straight minions) |
1372 | (minions-mode +1)) | 1372 | (minions-mode +1)) |