summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-27 19:44:55 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-27 19:44:55 -0700
commit7fab62ea615a860ce0e14e98bce98b7dfc62e3e4 (patch)
treeb05e801014f412afcd8c6ceab20ea20a327795ff /emacs
parentensure we store local files under var/ (diff)
downloademacs.d-7fab62ea615a860ce0e14e98bce98b7dfc62e3e4.tar.gz
init: ensure packages are installed
Diffstat (limited to '')
-rw-r--r--emacs/init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1c575b3..6e7fa64 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -18,22 +18,24 @@
dockerfile-mode
eglot
exec-path-from-shell
+ git-commit
+ git-link
+ git-modes
go-mode
gotest
hcl-mode
jq-format
magit
- git-modes
- git-commit
- git-link
markdown-mode
nix-mode
notmuch
protobuf-mode
+ rg
systemd
terraform-doc
terraform-mode
use-package
+ which-key
yaml-mode
yasnippet)
"List of packages to be installed.")