diff options
author | Jeschli <jeschli@gmail.com> | 2020-04-21 19:54:45 +0200 |
---|---|---|
committer | Jeschli <jeschli@gmail.com> | 2020-04-21 19:54:45 +0200 |
commit | 2bcae5e215554c42ddf965ca806ae159aee1ac3d (patch) | |
tree | 6ad8100f40a6903a87ede2d126597e068d36de26 | |
parent | 48a08d4616a133dedf29ef538d5f950f81b17314 (diff) |
j emacs: add window-purpose
-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 ] ++ |