diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-14T11·24+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-14T11·24+0200 |
commit | b70b1a18e4cfd2777ed0c2de3eb0aeecd09b35c0 (patch) | |
tree | b9bcfd7fa07f48d6927f9c2c45d18d209db45e5b /emacs.nix | |
parent | 3f71d537b9c4bf2928e2b57cbdd9e291013b7a6e (diff) |
feat(emacs): Add notmuch package
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 2 |
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 ] ) |