From 90e79fccf82f3657dc23e3d196495d4f18c85b84 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Mar 2025 12:34:41 +0100 Subject: [PATCH] Replace helm with fido-vertical built in to Emacs 30 --- emacs/emacs.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 94a1076..2bc0c76 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -53,14 +53,7 @@ ;; https://www.reddit.com/r/emacs/comments/tejte0/undotree_bug_undotree_files_scattering_everywhere/?rdt=39892 (setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo")))) -;; nicer completion UI -(use-package helm - :ensure t - :config - (global-set-key (kbd "M-x") #'helm-M-x) - (global-set-key (kbd "C-x C-f") #'helm-find-files) - (global-set-key (kbd "C-x C-b") #'helm-mini) - (setq helm-ff-skip-boring-files t)) +(fido-vertical-mode) ;; learn keyboard shortcuts (which-key-mode) -- 2.47.3