From 9d33dae6e22ffd8cbe444f526f422864f3e08f72 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 8 Mar 2022 15:27:00 -0500 Subject: [PATCH] Partially revert "doom(+smudge): Run mode after init" This reverts commit 3bc8a72d583d323b54ab9ececa0f3077ee8d3dc9. Evidently it doesn't like running through a hook(?) --- doom/.config/doom/+smudge.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom/.config/doom/+smudge.el b/doom/.config/doom/+smudge.el index eea3a00..d18777a 100644 --- a/doom/.config/doom/+smudge.el +++ b/doom/.config/doom/+smudge.el @@ -6,7 +6,7 @@ ;; (setq smudge-oauth2-client-id "" ;; smudge-oauth2-client-secret "") :if (boundp 'smudge-oauth2-client-secret) - :hook (after-init . global-smudge-remote-mode) :config + (global-smudge-remote-mode) (map! :map smudge-mode-map "M-p" #'smudge-command-map))