#4 Explicate package dependencies

Açık
vaeringjar tarafından 7 yıl önce kere açıldı · 2 yorum
vaeringjar 7 yıl önce olarak yorumlandı

I think my personal installs of emacs have some extra packages. Mainly, eide, but that one seems implied.

I think my personal installs of emacs have some extra packages. Mainly, eide, but that one seems implied.
vaeringjar 7 yıl önce olarak yorumlandı
Sahibi

http://www.flycheck.org/

Flycheck has a clever set of instructions on their main page. I think I could automate that for any packages in the project.

(require 'package)
(add-to-list 'package-archives
             '("MELPA Stable" . "http://stable.melpa.org/packages/") t)
(package-initialize)
(package-refresh-contents)

(package-install 'flycheck)

(global-flycheck-mode)
http://www.flycheck.org/ Flycheck has a clever set of instructions on their main page. I think I could automate that for any packages in the project. ``` (require 'package) (add-to-list 'package-archives '("MELPA Stable" . "http://stable.melpa.org/packages/") t) (package-initialize) (package-refresh-contents) (package-install 'flycheck) (global-flycheck-mode) ```
vaeringjar 6 yıl önce olarak yorumlandı
Sahibi

The issues #4, #6 and #11 have some overlap.

The issues #4, #6 and #11 have some overlap.
Giriş yap bu konuşmaya katılmak için.
Etiket Yok
Kilometre Taşı Yok
Atanan Kişi Yok
1 Katılımcı
Yükleniyor...
İptal
Kaydet
Henüz bir içerik yok.