diff options
author | Alan Pearce | 2020-10-24 18:45:51 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-24 18:45:51 +0200 |
commit | 3279bb50a2e6c5a9f2bc1e4035d2a5da509714d7 (patch) | |
tree | 1eddd1da403e4b0f5bf41e7a4028c6ee5dc33d35 /user/settings | |
parent | 1f5a6f18fa58bfd7e4251b560ce07887177100ae (diff) | |
download | nixfiles-3279bb50a2e6c5a9f2bc1e4035d2a5da509714d7.tar.lz nixfiles-3279bb50a2e6c5a9f2bc1e4035d2a5da509714d7.tar.zst nixfiles-3279bb50a2e6c5a9f2bc1e4035d2a5da509714d7.zip |
Emacs: replace prettier-js and sqlformat with format-all
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index e53e6aa4..4d0d20d7 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -119,6 +119,7 @@ in evil-surround eyebrowse feature-mode + format-all fish-completion flycheck general @@ -157,7 +158,6 @@ in paredit php-mode posframe - prettier-js projectile projectile-ripgrep quickrun @@ -167,7 +167,6 @@ in rjsx-mode scss-mode spacemacs-theme - sqlformat swiper tide toml-mode |