diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-06T16·51+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-06T16·58+0000 |
commit | e811b4bf80f4ffee8728983d776ee458dd819d10 (patch) | |
tree | 4e4365a21e9a82ca9ef76597fdd3e735491c7ced /configs/shared | |
parent | fb1784e2acc70bbbd37bf42116c70f56749a9096 (diff) |
Remove Emacs spam
I have the (package-initialize) call already in wpc-package.el. I'm unsure how this removal is ending up in a git status because I'm pretty sure I've never commited that to this repo. Need to tighten things up I guess.
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/emacs/.emacs.d/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/emacs/.emacs.d/init.el b/configs/shared/emacs/.emacs.d/init.el index 2bcd11945537..595ec018dbd9 100644 --- a/configs/shared/emacs/.emacs.d/init.el +++ b/configs/shared/emacs/.emacs.d/init.el @@ -1,10 +1,3 @@ - -;; 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 |