Drop support for wpc-terminal

As I mentioned in the previous commit, I now use vterm.el as my primary
terminal. I wrote most of this Elisp when I first started using Emacs. I
know longer need it.
This commit is contained in:
William Carroll 2020-04-05 16:10:32 +01:00
parent 431f68298d
commit fb6dabfb8d
3 changed files with 0 additions and 72 deletions

View file

@ -40,7 +40,6 @@
(require 'window-manager)
(require 'wpc-ui)
(require 'wpc-dired)
(require 'wpc-terminal)
(require 'wpc-org)
(require 'wpc-company)
;; TODO: Re-enable flycheck for all languages besides Elisp once I learn more