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:
parent
3dc7f7758b
commit
39622607ff
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ let
|
||||||
]) ++
|
]) ++
|
||||||
|
|
||||||
(with epkgs.melpaPackages; [
|
(with epkgs.melpaPackages; [
|
||||||
|
org-bullets
|
||||||
|
sly
|
||||||
notmuch
|
notmuch
|
||||||
elm-mode
|
elm-mode
|
||||||
ts
|
ts
|
||||||
|
|
Loading…
Reference in a new issue