Defer some packages
This commit is contained in:
parent
12dc4e8d02
commit
579a18def3
1 changed files with 4 additions and 0 deletions
|
@ -215,11 +215,13 @@
|
|||
:custom (geiser-guile-binary "guile")))
|
||||
|
||||
(use-package mastodon
|
||||
:defer t
|
||||
:custom
|
||||
(mastodon-instance-url "https://emacs.ch")
|
||||
(mastodon-active-user "qhBidG3d"))
|
||||
|
||||
(use-package jabber
|
||||
:defer t
|
||||
:custom
|
||||
(jabber-account-list
|
||||
'(("marcus.kammer@mailbox.org")))
|
||||
|
@ -297,11 +299,13 @@
|
|||
:init (which-key-mode))
|
||||
|
||||
(use-package ssh-config-mode
|
||||
:defer t
|
||||
:mode ("/sshd_config\\'" . ssh-config-mode)
|
||||
:config
|
||||
(add-hook 'ssh-config-mode-hook 'turn-on-font-lock))
|
||||
|
||||
(use-package nginx-mode
|
||||
:defer t
|
||||
:mode ("/nginx/.*\\'" . nginx-mode))
|
||||
|
||||
(use-package dashboard
|
||||
|
|
Loading…
Add table
Reference in a new issue