diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:33:50 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:33:50 +0200 |
| commit | b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867 (patch) | |
| tree | 34ce6bdb8d4985b059ce21e94295086f035d1969 /.doom.d/packages.el | |
| parent | eb2fae6a3f25dcddbfa4ba1116c860471177a5f8 (diff) | |
| download | dotfiles-b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867.tar.gz dotfiles-b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867.zip | |
emacs: added the crux package back
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.doom.d/packages.el')
| -rw-r--r-- | .doom.d/packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.doom.d/packages.el b/.doom.d/packages.el index bdd0d4a..c8ce441 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -1,5 +1,6 @@ ;; -*- no-byte-compile: t; -*- ;;; $DOOMDIR/packages.el +(package! crux) (package! langtool) (package! mu4e-alert :disable t) |
