From a7e9c48d11ecfeaba97f9732e788834e3acbba24 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Aug 2018 22:16:34 +0200 Subject: feat(emacs): Install intero again --- emacs.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/emacs.nix b/emacs.nix index 365bfc707a04..310b61078b9c 100644 --- a/emacs.nix +++ b/emacs.nix @@ -1,6 +1,5 @@ # Derivation for Emacs pre-configured with packages that I need. -# -# * TODO 2018-06-15: sly removed due to build error in unstable + { pkgs }: with pkgs.unstable; with emacsPackagesNg; @@ -223,6 +222,11 @@ in emacsWithPackages(epkgs: yaml-mode ]) ++ + # Stable packages + (with epkgs.melpaStablePackages; [ + intero + ]) ++ + # Use custom updated ivy packages (lib.attrValues newIvy) ++ -- cgit 1.4.1