feat(init): Add some useful development packages
Adds packages for interfacing with PostgreSQL and HTTP APIs which can be very useful during development.
This commit is contained in:
parent
6bef57e347
commit
8996bceea1
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -32,21 +32,24 @@
|
|||
iy-go-to-char
|
||||
magit
|
||||
markdown-mode+
|
||||
multiple-cursors
|
||||
multi-term
|
||||
multiple-cursors
|
||||
nix-mode
|
||||
paredit
|
||||
password-store
|
||||
pg
|
||||
pkgbuild-mode
|
||||
puppet-mode
|
||||
racer
|
||||
rainbow-delimiters
|
||||
rainbow-mode
|
||||
restclient
|
||||
rust-mode
|
||||
smart-mode-line
|
||||
switch-window
|
||||
terraform-mode
|
||||
undo-tree
|
||||
uuidgen
|
||||
yaml-mode
|
||||
)
|
||||
"A list of packages to install at launch.")
|
||||
|
|
Loading…
Reference in a new issue