diff options
author | 2025-02-12 17:37:25 -0500 | |
---|---|---|
committer | 2025-02-26 19:17:17 -0500 | |
commit | 2fb274f4921d4a2e8fa2fd228a714fcbff96d95c (patch) | |
tree | 7291da9db765bd3f5ac0aa6c4afa3be5045200b7 /.emacs.d/init.el | |
parent | 1c17eb4d7076eb3d942ed85a79caaa691db9b89f (diff) | |
download | configs-2fb274f4921d4a2e8fa2fd228a714fcbff96d95c.tar.gz configs-2fb274f4921d4a2e8fa2fd228a714fcbff96d95c.tar.xz configs-2fb274f4921d4a2e8fa2fd228a714fcbff96d95c.zip |
Add and configure vertico and friends
Thanks to Prot's post for inspiration to try these excellent packages:
Emacs: a basic and capable configuration
https://protesilaos.com/codelog/2024-11-28-basic-emacs-configuration/
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 96669d2..3b6c40a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -116,7 +116,12 @@ plain variables. This means that `setopt' will execute any ("nongnu" . "https://elpa.nongnu.org/nongnu/")) ;; List of the packages I use from GNU ELPA and NonGNU ELPA. package-selected-packages - '(debbugs delight eat elpher)) + '(delight + debbugs + elpher + eat + vertico marginalia orderless corfu consult embark embark-consult + wgrep)) (unless package-archive-contents (package-refresh-contents)) |