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!
This commit is contained in:
William Carroll 2020-08-19 16:16:31 +01:00
parent 3dc7f7758b
commit 39622607ff

View file

@ -24,6 +24,8 @@ let
]) ++
(with epkgs.melpaPackages; [
org-bullets
sly
notmuch
elm-mode
ts