tvl-depot/configs/shared/emacs/.emacs.d/init.el
William Carroll 481df5a385 Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the
moment, I can only speculate about what went wrong here. The gist is
this: I unintentionally committed files that were supposed to be ignored

This commit removes those files which includes:

- auto-save-list
- elpa packages
- quelpa packages
- misc
2019-01-13 14:45:14 -05:00

34 lines
847 B
EmacsLisp

;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
(require 'wpc-package "~/.emacs.d/wpc/packages/wpc-package.el")
;; load order is intentional
(require 'variables)
(require 'wpc-misc)
;; my libraries
(require 'functions)
(require 'string-functions)
(require 'macros)
(require 'casing)
(require 'wpc-ui)
(require 'wpc-keybindings)
(require 'wpc-dired)
(require 'wpc-terminal)
(require 'wpc-org)
(require 'wpc-company)
(require 'wpc-flycheck)
(require 'wpc-docker)
(require 'wpc-lisp)
(require 'wpc-haskell)
(require 'wpc-python)
(require 'wpc-elixir)
(require 'wpc-nix)
(require 'wpc-clojure)
(require 'wpc-javascript)