#4 Explicate package dependencies

Aperto
aperto 7 anni fa da vaeringjar · 2 commenti
vaeringjar commented 7 anni fa

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 commented 7 anni fa
Proprietario

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 commented 6 anni fa
Proprietario

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

The issues #4, #6 and #11 have some overlap.
Sign in to join this conversation.
Nessuna etichetta
Nessuna milestone
Nessun assegnatario
1 Partecipanti
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.