From 49a680401079f705c322e7d66f0ba0d4142f10d8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 13 Mar 2023 21:46:01 +0100 Subject: Replace ivy with vertico. --- init.org | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/init.org b/init.org index 5d8e4c4..6cb41c7 100644 --- a/init.org +++ b/init.org @@ -174,16 +174,11 @@ Here are a few more simple tweaks: I don’t use Helm because it’s too “busy” but I do want a more intelligent way to select buffers and find files. #+BEGIN_SRC elisp -(require 'ivy) -(ivy-mode 1) -(require 'ivy-posframe) -(setq ivy-posframe-display-functions-alist '((t . ivy-posframe-display-at-frame-top-center))) -#+END_SRC - -Enter a directory when RET is hit. - -#+BEGIN_SRC elisp -(define-key ivy-minibuffer-map (kbd "") 'ivy-alt-done) +(require 'use-package) +(use-package vertico + :ensure t + :init + (vertico-mode)) #+END_SRC Also tell Emacs that I want to have a separate file for all other customisations that are handled through =M-x customize=. -- cgit v1.2.3