#4 Explicate package dependencies

Otwarty
otworzone 7 lat temu przez vaeringjar · 2 komentarzy
vaeringjar skomentował 7 lat temu

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 skomentował 7 lat temu
Właściciel

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 skomentował 6 lat temu
Właściciel

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

The issues #4, #6 and #11 have some overlap.
Zaloguj się, aby dołączyć do tej rozmowy.
Brak etykiety
Brak kamienia milowego
Brak przypisania
1 uczestników
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.