From 54968db079e72e3cb2d00d3095c688ca9e052153 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 22 Aug 2021 20:05:39 -0700 Subject: [PATCH] Cleanup --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8f9151f..2cf5156 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -53,7 +53,6 @@ "The directory containing the init file.") ;; (setq autoload-file (concat init-dir "loaddefs.el")) -(setq package-user-dir (concat init-dir "elpa")) (setq custom-file (concat init-dir "custom.el")) (load custom-file)