diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-19T15·16+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 39622607ffafb1023c0af0ba8cfd5176b7063b84 (patch) | |
tree | d79f2293cc4212e635a2bdb2864cdbc40b9df09e | |
parent | 3dc7f7758b4be2792979e5ae18c54ed7da5950b3 (diff) |
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!
-rw-r--r-- | emacs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |