all repos — nixfiles @ ca36b49592990ec69413050dd4cc085256fa6ad2

System and user configuration, managed by nix and home-manager

Emacs: Remove el-get in favour of package.el

Alan Pearce
commit

ca36b49592990ec69413050dd4cc085256fa6ad2

parent

f55e24f8679d9862cab4f8cb84772781b900e792

1 file changed, 1 insertion(+), 28 deletions(-)

changed files
M emacs/elisp/el-get-setup.elemacs/elisp/el-get-setup.el
@@ -1,27 +1,11 @@
-(package-initialize) - (setq - el-get-sources '( - (:name use-package - :type github - :pkgname "jwiegley/use-package") - (:name packed - :type github - :pkgname "tarsius/packed") - (:name auto-compile - :type github - :depends packed - :pkgname "tarsius/auto-compile") - (:name project-persist - :type github - :pkgname "rdallasgray/project-persist")) - eg:basic-packages '( auto-compile auto-indent-mode autopair ace-jump-mode + bind-key company dired+ diminish
@@ -54,14 +38,3 @@ )
eg:cygwin-packages '(windows-path)) - -(el-get-elpa-build-local-recipes) - -(el-get 'sync eg:basic-packages) - -(cond ((eq system-type 'cygwin) - (el-get 'sync eg:cygwin-packages) - (el-get 'sync eg:windows-packages)) - - ((eq system-type 'windows-nt) - (el-get 'sync eg:windows-packages)))