diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
| commit | 3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch) | |
| tree | b7fd46ee3cf22b82bb5288301220647562240b88 /emacs/init.el | |
| parent | conf: configure CSS (diff) | |
| download | emacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz | |
replace avy/counsel with vertico/consult
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index b41f1a7..9c92d65 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -44,6 +44,7 @@ (require 'my-settings) (require 'my-ui) (require 'my-navigation) +(require 'my-completion) (require 'my-edit) (require 'my-text) (require 'my-git) |
