doom(+smudge): Run mode after init
I think this is better, not sure. `smudge-transport' defaults to 'connect, so remove itmain
parent
3f6886ee58
commit
3bc8a72d58
|
@ -6,10 +6,7 @@
|
||||||
;; (setq smudge-oauth2-client-id ""
|
;; (setq smudge-oauth2-client-id ""
|
||||||
;; smudge-oauth2-client-secret "")
|
;; smudge-oauth2-client-secret "")
|
||||||
:if (boundp 'smudge-oauth2-client-secret)
|
:if (boundp 'smudge-oauth2-client-secret)
|
||||||
|
:hook (after-init . global-smudge-remote-mode)
|
||||||
:config
|
:config
|
||||||
(setq smudge-transport 'connect)
|
|
||||||
;; smudge-oauth2-client-id
|
|
||||||
;; smudge-oauth2-client-secret
|
|
||||||
(global-smudge-remote-mode)
|
|
||||||
|
|
||||||
(map! :map smudge-mode-map "M-p" #'smudge-command-map))
|
(map! :map smudge-mode-map "M-p" #'smudge-command-map))
|
||||||
|
|
Loading…
Reference in New Issue