2019-05-05 14:11:59 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; app/wanderlust/packages.el
|
|
|
|
|
2019-12-13 19:55:45 -05:00
|
|
|
;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi
|
|
|
|
;; depends on flim, flim on apel), but both flim and apel have non-standard
|
|
|
|
;; default branches, which straight cannot detect without our help.
|
|
|
|
(package! flim :recipe (:branch "flim-1_14-wl"))
|
|
|
|
(package! apel :recipe (:branch "semi-1_14-wl"))
|
|
|
|
|
2019-05-05 14:11:59 -04:00
|
|
|
(package! wanderlust)
|