You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A workaround for CLJX's middleware specifying an old version of Piggieback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Luke's nerd-sniped me with the Mu problem, here's some helpful code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrading Emacs 24.3 -> 24.4 - problems with ‘package-filter’
I upgraded Emacs this morning to 24.4 and then had trouble starting it with my Emacs setup:
I have some packages from MELPA
I want to restrict CIDER to the version from MELPA stable (because the cider-middleware version in my profiles.clj needs to be kept in lockstep)
‘package-filter’ breaks under 24.4 because of a missing ‘package-desc-vers’ function. Having said this, package-filter is no longer required under 24.4 because the functionality has been incorporated into the ‘package.el’ package (included with Emacs by default, I think).
To pin packages to a specific repository, add an entry into the ‘package-pinned-packages’ variable, as follows: