about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-06T16·51+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-06T16·58+0000
commite811b4bf80f4ffee8728983d776ee458dd819d10 (patch)
tree4e4365a21e9a82ca9ef76597fdd3e735491c7ced /configs
parentfb1784e2acc70bbbd37bf42116c70f56749a9096 (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')
-rw-r--r--configs/shared/emacs/.emacs.d/init.el7
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 2bcd119455..595ec018db 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