Partially revert "doom(+smudge): Run mode after init"

This reverts commit 3bc8a72d58. Evidently
it doesn't like running through a hook(?)
main
earnest ma 2022-03-08 15:27:00 -05:00
parent 20819c0e1c
commit 9d33dae6e2
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

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