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))