diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/emacs.nix b/packages/emacs.nix index 52c3a40..59c9bf3 100644 --- a/packages/emacs.nix +++ b/packages/emacs.nix @@ -137,7 +137,6 @@ in projectile projectile-ripgrep quickrun - redshank relative-buffers restclient ripgrep @@ -164,6 +163,7 @@ in ]) ++ (with epkgs.elpaPackages; [ rainbow-mode ]) ++ [ + epkgs.redshank # I just need the one org-package epkgs.orgPackages.org-plus-contrib # defined above |