#4 Explicate package dependencies

Atvērta
vaeringjar atvēra 7 gadi atpakaļ · 2 komentāri

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 komentēja 7 gadi atpakaļ
Īpašnieks

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 komentēja 6 gadi atpakaļ
Īpašnieks

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

The issues #4, #6 and #11 have some overlap.
Pierakstieties, lai pievienotos šai sarunai.
Nav etiķešu
Nav atskaites punktu
Nav atbildīgā
1 dalībnieki
Notiek ielāde...
Atcelt
Saglabāt
Vēl nav satura.