From 23ae098d9839bfe78ae22ff0575a0ebde9429229 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Jun 2018 11:19:33 -0700 Subject: [emacs] Move back some configs to init.el --- emacs.d/config/config-package.el | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 emacs.d/config/config-package.el (limited to 'emacs.d/config/config-package.el') diff --git a/emacs.d/config/config-package.el b/emacs.d/config/config-package.el deleted file mode 100644 index 1b7c6f0..0000000 --- a/emacs.d/config/config-package.el +++ /dev/null @@ -1,22 +0,0 @@ -;; where to store the packages -(setq package-user-dir fcuny-path-emacs-elpa) - -(require 'package) -(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) - -;; initialize it -(package-initialize) - -;; paradox is a better interface -(when (not (package-installed-p 'paradox)) - (package-install 'paradox)) - -(setq paradox-github-token t) - -(paradox-require 'use-package) - -(require 'use-package) - -(setq use-package-always-ensure t) - -(provide 'config-package) -- cgit 1.4.1