diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-04-01 14:55:28 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-04-01 14:55:28 +0300 |
commit | 52cecdc9238eb8e5fea8c348ec03d5b6607782e4 (patch) | |
tree | b82d8dd0fa3ea287521a749e97e49287e3489151 /modules/common/emacs/default.nix | |
parent | 2024-03-31 (diff) |
2024-04-01
Diffstat (limited to '')
-rw-r--r-- | modules/common/emacs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix index 2d0fe67..6bbba38 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -57,7 +57,7 @@ in fi PATH="''${PATH:-/bin:/usr/bin:/usr/local/bin}:${emacs.package}/bin:${git.package}/bin" \ - "$EMACSDIR/bin/doom" sync -e -p --force --verbose + "$EMACSDIR/bin/doom" sync -e --gc --force --verbose fi ''; } @@ -144,6 +144,7 @@ in rustfmt # :lang rust shellcheck # :lang sh shfmt # :lang sh :editor format + sops sqlite # :lang (org +roam2) :tools lookup terraform-ls # :tools (terraform +lsp) texlab # lang (tex +lsp) |