From 5c916cbb4f2e6b89d9fb36052506ad6d425830f0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 26 Dec 2022 23:46:37 +0100 Subject: Port package configuration to use-package Also update package list: - account eglot and use-package being built-in - add a couple of packages for Emacs development (elisp-benchmarks, gnus-mock) - remove paradox (most features now built into vanilla package.el) --- .emacs-custom.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 73cfcaa..de57927 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -41,8 +41,6 @@ '(lua-indent-level 2) '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) - '(package-selected-packages - '(async auctex debbugs delight diff-hl eglot flycheck magit markdown-mode page-break-lines paradox rg rust-mode use-package which-key wgrep)) '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) '(paradox-execute-asynchronously t) '(paradox-github-token t) -- cgit v1.2.3