diff options
author | Alan Pearce | 2023-09-17 18:55:27 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-17 18:55:27 +0200 |
commit | 150411927c8e490303a6415e6d82086defaf48cc (patch) | |
tree | 5f104418bbdeffb914f721c683fac1d9250e7874 /user/settings | |
parent | b650fde62cdef9adb55db636ce16aa2120277d55 (diff) | |
download | nixfiles-150411927c8e490303a6415e6d82086defaf48cc.tar.lz nixfiles-150411927c8e490303a6415e6d82086defaf48cc.tar.zst nixfiles-150411927c8e490303a6415e6d82086defaf48cc.zip |
Emacs: replace company with corfu
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 7e1884ff..09cdc04a 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -81,13 +81,10 @@ in auto-sudoedit avy benchmark-init - capf-autosuggest + cape clojure-mode cask-mode - company - company-posframe - company-shell - company-tabnine + corfu consult consult-dir consult-ghq @@ -138,6 +135,7 @@ in just-mode justl json-mode + kind-icon lua-mode lispy lispyville |