about summary refs log tree commit diff
path: root/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.nix')
-rw-r--r--emacs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.nix b/emacs.nix
index 900aec30527e..8e101a21d8ea 100644
--- a/emacs.nix
+++ b/emacs.nix
@@ -115,5 +115,5 @@ in emacsWithPackages(epkgs:
   ]) ++
 
   # Custom packaged Emacs packages:
-  [ sly sly-company nix-mode ]
+  [ sly sly-company nix-mode pkgs.notmuch ]
 )