From f376f85429b59e2ed1ffcc1fba911c944b196188 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 23 Oct 2021 15:46:38 +0200 Subject: Use org 9.5 and org-contrib I am unsure where the org-202109… org version comes from, filtering the load-path in elisp is a hacky workaround to remove it. --- gui/emacs.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/emacs.nix') diff --git a/gui/emacs.nix b/gui/emacs.nix index 5f9a3a7..7f5b2ff 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -49,12 +49,16 @@ package = pkgs-unstable.emacsWithPackagesFromUsePackage { config = ./conf/init.el; alwaysEnsure = false; + package = pkgs-unstable.emacsGit.override { nativeComp = true; }; + extraEmacsPackages = epkgs: (with epkgs.melpaPackages; [ pdf-tools mu4e-alert ]) ++ (with epkgs.elpaPackages; [ auctex + ]) ++ (with epkgs.nongnuPackages; [ + org-contrib ])++ [ akr-color-theme custom-runtime-env -- cgit v1.2.3