diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-16T14·37+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-16T14·37+0200 |
commit | 2e2e8379e93ecfae045e9746fd8f0b839133cb15 (patch) | |
tree | 8a06ed38d915ef23e6896969a57103edd6e0fe2e /packages.nix | |
parent | 8cc7d8da79b99531696802462474fe400eb04386 (diff) |
fix(emacs): Fix ivy & prescient integration by manually pinning ivy
In the previous configuration the dependency on `ivy-pass` added a second version of ivy to the load-path. It is fixed by manually pinning ivy and its related packages and using those to build ivy-pass. This configuration should be temporary until the next time the MELPA package set is updated in nixpkgs. This caused the symptoms in raxod502/prescient.el#10
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 2e0b01b9bcba..1ab5eef95709 100644 --- a/packages.nix +++ b/packages.nix @@ -42,7 +42,6 @@ in { kontemplate = unstable.kontemplate; mq-cli = unstable.mq-cli; - emacs = unstable.emacs; # emacs 26.1 vlc = unstable.vlc; # VLC 3.0! }; }; |