diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index bcf2daa..e5dcbb4 100644 --- a/init.el +++ b/init.el | |||
@@ -1637,7 +1637,8 @@ See also `crux-reopen-as-root-mode'." | |||
1637 | "M-c" #'+link-hint-open-chrome "c" #'+link-hint-open-chrome))) | 1637 | "M-c" #'+link-hint-open-chrome "c" #'+link-hint-open-chrome))) |
1638 | 1638 | ||
1639 | (setup (:straight (machine | 1639 | (setup (:straight (machine |
1640 | :host github :repo "duckwork/machine.el")) | 1640 | :host github |
1641 | :repo "duckwork/machine.el")) | ||
1641 | (+with-ensure-after-init ; So that they override anything here. | 1642 | (+with-ensure-after-init ; So that they override anything here. |
1642 | ;; Emoji fonts | 1643 | ;; Emoji fonts |
1643 | (let ((ffl (font-family-list)) | 1644 | (let ((ffl (font-family-list)) |
@@ -1752,7 +1753,7 @@ See also `crux-reopen-as-root-mode'." | |||
1752 | (:when-loaded | 1753 | (:when-loaded |
1753 | (notmuch-bookmarks-mode +1))) | 1754 | (notmuch-bookmarks-mode +1))) |
1754 | 1755 | ||
1755 | (setup (:straight notmuch-labeler) | 1756 | (setup (:straight notmuch-labeler) (:quit "This is buggy") |
1756 | (:load-after notmuch)) | 1757 | (:load-after notmuch)) |
1757 | 1758 | ||
1758 | (setup (:straight ol-notmuch)) | 1759 | (setup (:straight ol-notmuch)) |