all repos — nixfiles @ de5c27c0f6abe32f1b8c397b4af2131fe4940e03

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

Emacs: install org-plus-contrib
Alan Pearce alan@alanpearce.eu
Fri, 13 Oct 2017 12:47:27 +0200
commit

de5c27c0f6abe32f1b8c397b4af2131fe4940e03

parent

c6c40059f965f9347577697b10708ef7ba079a35

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M packages/emacs.nixpackages/emacs.nix
@@ -160,6 +160,8 @@ yaml-mode   ]) ++ (with epkgs.elpaPackages; [
     rainbow-mode
   ]) ++ [
+    # I just need the one org-package
+    epkgs.orgPackages.org-plus-contrib
     # defined above
     hook-helpers
     dired-du