From: alex Date: Sat, 29 Mar 2025 11:34:41 +0000 (+0100) Subject: Replace helm with fido-vertical built in to Emacs 30 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=90e79fccf82f3657dc23e3d196495d4f18c85b84;p=alex.git Replace helm with fido-vertical built in to Emacs 30 --- 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)