tfagerlind / topac

0 stars 0 forks source link

Configure Emacs packages #1

Open tfagerlind opened 2 years ago

tfagerlind commented 2 years ago

It is desired to have emacs packages, such as yaml-mode, installed and enabled. It is, to me, not obvious how to achieve this. If we use the melpa package manager, for example, https://melpa.org/#/getting-started, it does not tell you how to achieve this using the .emacs file.

This file gives some hint on how to achieve this using both .emacs file (use-package with 'ensure' flag), and fetching and installing packages using a batch command: https://www.reddit.com/r/emacs/comments/8ssfi5/installing_melpa_packages_via_ansible/

tfagerlind commented 2 years ago

We should also be open to alternatives to Melpa