mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Lazy-load docker-tramp & dockerfile-mode
No extra configuration is required to lazy load these two plugins (they autoload themselves). These blocks would force them to load at startup otherwise.
This commit is contained in:
@ -7,6 +7,3 @@
|
||||
(set-evil-initial-state! 'docker-network-mode 'emacs)
|
||||
(set-evil-initial-state! 'docker-volume-mode 'emacs)
|
||||
(set-evil-initial-state! 'docker-machine-mode 'emacs))
|
||||
|
||||
(def-package! docker-tramp)
|
||||
(def-package! dockerfile-mode)
|
||||
|
Reference in New Issue
Block a user