about summary refs log tree commit diff
path: root/emacs/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-19T15·16+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·26+0100
commit39622607ffafb1023c0af0ba8cfd5176b7063b84 (patch)
treed79f2293cc4212e635a2bdb2864cdbc40b9df09e /emacs/default.nix
parent3dc7f7758b4be2792979e5ae18c54ed7da5950b3 (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!
Diffstat (limited to 'emacs/default.nix')
-rw-r--r--emacs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/default.nix b/emacs/default.nix
index 0003777eda..82cd310cf6 100644
--- a/emacs/default.nix
+++ b/emacs/default.nix
@@ -24,6 +24,8 @@ let
     ]) ++
 
     (with epkgs.melpaPackages; [
+      org-bullets
+      sly
       notmuch
       elm-mode
       ts