#4 Explicate package dependencies

Open
opened 7 years ago by vaeringjar · 2 comments

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 years ago
Owner

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 years ago
Owner

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

The issues #4, #6 and #11 have some overlap.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.