diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-22T11·18+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-22T11·18+0200 |
commit | 7c581e4f645630d097af65043bcf694852cb1bb3 (patch) | |
tree | 46bb0cc78071466545bbbe002a2b30d72e3cba78 /packages.nix | |
parent | 79ce1dc6939913657f392a05297a23e31c1e25b0 (diff) |
feat(emacs): Pin EXWM to 0.18
There are several severe regressions from EXWM 0.15 to EXWM 0.17. This commit pins the version to the somewhat newer 0.18 in hope that it resolves those issues again.
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index d5bb5765128a..fe85f82dba1f 100644 --- a/packages.nix +++ b/packages.nix @@ -28,6 +28,8 @@ in { kontemplate = unstable.kontemplate; mq-cli = unstable.mq-cli; + # Override EXWM from 0.17 -> 0.18 + pinnedEmacs.exwm = unstable.emacsPackagesNg.elpaPackages.exwm; }; }; |