diff options
| -rw-r--r-- | jeschli/2configs/emacs.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/jeschli/2configs/emacs.nix b/jeschli/2configs/emacs.nix index caece8c..cb1bef9 100644 --- a/jeschli/2configs/emacs.nix +++ b/jeschli/2configs/emacs.nix @@ -17,6 +17,9 @@ let    emacsPkgs = epkgs:      (with epkgs.melpaPackages ; +    ## windows-purpose (testing) +    [ window-purpose ] ++ +      ## helm (stable)      # emacs completion engine      [ helm helm-ag ] ++ | 
