(:name helm :description "Emacs incremental completion and narrowing framework" :type github :pkgname "emacs-helm/helm" :autoloads "helm-autoloads" :build (("make")) :depends (emacs-async) :build/darwin `(("make" ,(format "EMACS_COMMAND=%s" el-get-emacs))) ;; Windows probably doesn't have make available so we fake it. :build/windows-nt (let ((generated-autoload-file (expand-file-name "helm-autoloads.el")) \ (backup-inhibited t)) (update-directory-autoloads default-directory) nil) :features "helm-config" :post-init (helm-mode))