summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-26 20:20:33 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-26 20:20:33 -0700
commit7b1acb896133e24e4632724c9fd8806cba807600 (patch)
tree5ac9004682d84942560d1f7d23f8835b454c7791 /emacs/init.el
parentedit: simplify (diff)
downloademacs.d-7b1acb896133e24e4632724c9fd8806cba807600.tar.gz
conf: simplify
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el23
1 files changed, 18 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7fbc245..72ac44f 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -14,11 +14,24 @@
'("melpa" .
"https://melpa.org/packages/"))
-(defvar my/package-list
- '(use-package
- exec-path-from-shell
- notmuch
- markdown-mode)
+(defvar my/package-list '(chef-mode
+ dockerfile-mode
+ eglot
+ exec-path-from-shell
+ go-mode
+ gotest
+ hcl-mode
+ jq-format
+ markdown-mode
+ nix-mode
+ notmuch
+ protobuf-mode
+ systemd
+ terraform-doc
+ terraform-mode
+ use-package
+ yaml-mode
+ yasnippet)
"List of packages to be installed.")
(defun my/packages-installed-p ()