summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-28 09:39:35 -0600
committerCase Duckworth2022-02-28 09:39:35 -0600
commit1ecd585824974421ff72851f22d3e66d298f53e2 (patch)
tree02f7773c97df82c6e2ba05cb5a24f015a8fc63d7 /init.el
parentAdd clean-kill-ring (diff)
downloademacs-1ecd585824974421ff72851f22d3e66d298f53e2.tar.gz
emacs-1ecd585824974421ff72851f22d3e66d298f53e2.zip
Whitespace and bugginess
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
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))