From e811b4bf80f4ffee8728983d776ee458dd819d10 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 6 Mar 2019 16:51:05 +0000 Subject: 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. --- configs/shared/emacs/.emacs.d/init.el | 7 ------- 1 file changed, 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 -- cgit 1.4.1