diff options
author | Alan Pearce | 2023-03-30 20:25:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-03-30 20:25:19 +0200 |
commit | 93ccb9f1cf65160862fc08d9b830989c347d45c8 (patch) | |
tree | 38aad0e35dde9c7837ca3bc1f42ddcd125c27aca /user/settings | |
parent | 7578a1f8b70615ce7f4d036369ccfe4680268f40 (diff) | |
download | nixfiles-93ccb9f1cf65160862fc08d9b830989c347d45c8.tar.lz nixfiles-93ccb9f1cf65160862fc08d9b830989c347d45c8.tar.zst nixfiles-93ccb9f1cf65160862fc08d9b830989c347d45c8.zip |
emacs: replace swiper with ctrlf
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 9ccb7935..51ce32ca 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -87,6 +87,7 @@ in consult-eglot counsel crux + ctrlf dired-git-info editorconfig eglot @@ -137,7 +138,6 @@ in rainbow-delimiters ripgrep spacemacs-theme - swiper toml-mode tree-sitter tree-sitter-langs |