diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·07+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·07+0100 |
commit | 695ab28a6cc8d1800f9248ea5db5e2f8c650e609 (patch) | |
tree | ee44de224df0277b695d3f6c66dd19e9cffb1218 /emacs/.emacs.d/init.el | |
parent | 408a25415c0f04b3d4fa878871869d5e63a080f7 (diff) |
Remove wpc-docker.el
I have not needed this configuration in over a year.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9de983518502..1771b4097aa7 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -47,7 +47,6 @@ ;; about the issue with the `emacs-lisp' `flycheck-checker'. ;; (require 'wpc-flycheck) (require 'wpc-shell) -(require 'wpc-docker) (require 'wpc-lisp) (require 'wpc-haskell) (require 'wpc-reasonml) |