From 39622607ffafb1023c0af0ba8cfd5176b7063b84 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 19 Aug 2020 16:16:31 +0100 Subject: Add missing dependencies to emacs/default.nix While debugging some broken Emacs config, I ran Emacs in X, where for some reason my PATH doesn't have my nix-env dependencies... because of this, when I call `~/.nix-profile/bin/wpcarros-emacs` to start my Emacs, I saw warnings about missing packages that I hadn't seen before. Nice! --- emacs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/default.nix b/emacs/default.nix index 0003777eda5a..82cd310cf69d 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -24,6 +24,8 @@ let ]) ++ (with epkgs.melpaPackages; [ + org-bullets + sly notmuch elm-mode ts -- cgit 1.4.1